-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBUIBackgroundView.h.h
More file actions
66 lines (62 loc) · 3.06 KB
/
SBUIBackgroundView.h.h
File metadata and controls
66 lines (62 loc) · 3.06 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI (1.0)
*/
@interface SBUIBackgroundView : UIView <SBUIBackgroundStyleTransitioning, SBUIWallpaperOverlay> {
BSUIBackdropView * _backdropView;
UIView * _darkenSourceOverView;
bool _isReducedTransparencyEnabled;
UIView * _lightenSourceOverView;
MTMaterialView * _luminanceView;
double _progress;
UIColor * _reduceTransparencyBackingColor;
UIView * _reduceTransparencyTintingView;
UIView * _reduceTransparencyView;
UIView * _sourceOverView;
long long _style;
UIView * _tintView;
long long _transitionStyle;
bool _transitioning;
}
@property (nonatomic) long long backgroundStyle;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (nonatomic, retain) NSString *groupName;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (getter=isTransitioningBackgroundStyle, nonatomic, readonly) bool transitioningBackgroundStyle;
- (void).cxx_destruct;
- (id)_backgroundColorForDarkenAlpha:(double)arg1 andProgress:(double)arg2;
- (double)_darkenValueForBackgroundStyle:(long long)arg1;
- (void)_darkenWithProgress:(double)arg1;
- (double)_lightenSourceOverValueForBackgroundStyle:(long long)arg1;
- (void)_lightenSourceOverWithProgress:(double)arg1;
- (double)_luminanceValueForBackgroundStyle:(long long)arg1;
- (void)_luminanceWithProgress:(double)arg1;
- (void)_reduceTransparencyEnabledStateDidChange:(id)arg1;
- (void)_reduceTransparencyWithProgress:(double)arg1;
- (double)_reducedTransparencyValueForBackgroundStyle:(long long)arg1;
- (void)_setContinuousCornerRadius:(double)arg1;
- (bool)_shouldApplyReducedTransparencyTintForBackgroundStyle:(long long)arg1;
- (double)_tintColorAlphaForBackgroundStyle:(long long)arg1;
- (double)_tintValueForBackgroundStyle:(long long)arg1;
- (void)_tintWithProgress:(double)arg1 backgroundColorAlpha:(double)arg2;
- (void)_updateAppearanceForBackgroundStyle:(long long)arg1 transitionToSettings:(bool)arg2;
- (void)_updateAppearanceForTransitionFromStyle:(long long)arg1 toStyle:(long long)arg2 withProgress:(double)arg3;
- (void)_updateReduceTransparencyTinting;
- (void)_updateReduceTransparencyTintingWithProgressWeighting:(double)arg1;
- (double)_valueFromStart:(double)arg1 toEnd:(double)arg2 withFraction:(double)arg3;
- (id)backdropView;
- (long long)backgroundStyle;
- (void)beginTransitionToBackgroundStyle:(long long)arg1;
- (void)completeTransitionToBackgroundStyle:(long long)arg1;
- (id)groupName;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x_2_1_1; double x_2_1_2; } x2; })arg1;
- (bool)isTransitioningBackgroundStyle;
- (void)layoutSubviews;
- (void)modifyAllViewsWithChanges:(id /* block */)arg1;
- (void)setBackgroundStyle:(long long)arg1;
- (void)setGroupName:(id)arg1;
- (void)setReduceTransparencyBackingColor:(id)arg1;
- (void)updateBackgroundStyleTransitionProgress:(double)arg1;
@end