-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSBFolderBackgroundView
47 lines (40 loc) · 1.88 KB
/
SBFolderBackgroundView
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
* This header is generated by classdump-dyld 1.0
* on Wednesday, January 24, 2018 at 12:17:23 AM Eastern European Standard Time
* Operating System: Version 11.1.2 (Build 15B202)
* Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <SpringBoard/SpringBoard-Structs.h>
#import <UIKit/UIView.h>
@class UIImageView, UIVisualEffectView, _UILegibilitySettings;
@interface SBFolderBackgroundView : UIView {
UIImageView* _tintView;
UIVisualEffectView* _blurView;
double _continuousCornerRadius;
unsigned long long _effect;
_UILegibilitySettings* _legibilitySettings;
unsigned long long _currentEffect;
}
@property (nonatomic,readonly) unsigned long long concreteEffect;
@property (assign,nonatomic) unsigned long long currentEffect; //@synthesize currentEffect=_currentEffect - In the implementation block
@property (assign,nonatomic) unsigned long long effect; //@synthesize effect=_effect - In the implementation block
@property (nonatomic,retain) _UILegibilitySettings * legibilitySettings; //@synthesize legibilitySettings=_legibilitySettings - In the implementation block
+(void)warmupIfNecessary;
+(CGSize)folderBackgroundSize;
+(double)cornerRadiusToInsetContent;
-(void)_updateCurrentEffect;
-(unsigned long long)concreteEffect;
-(void)_reduceTransparencyChanged;
-(id)_tintViewBackgroundColorAtFullAlpha;
-(BOOL)_hasLowQualityBackground;
-(id)initWithFrame:(CGRect)arg1 ;
-(void)layoutSubviews;
-(void)_setContinuousCornerRadius:(double)arg1 ;
-(void)setEffect:(unsigned long long)arg1 ;
-(unsigned long long)effect;
-(void)setLegibilitySettings:(_UILegibilitySettings *)arg1 ;
-(_UILegibilitySettings *)legibilitySettings;
-(unsigned long long)currentEffect;
-(void)setCurrentEffect:(unsigned long long)arg1 ;
-(id)_blurEffect;
@end