-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_SBWFakeBlurView.h
More file actions
88 lines (75 loc) · 3.6 KB
/
Copy path_SBWFakeBlurView.h
File metadata and controls
88 lines (75 loc) · 3.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardWallpaper.framework/SpringBoardWallpaper (1)
*/
@interface _SBWFakeBlurView : UIView <SBWallpaperReachabilityObserving, _SBWFakeBlur, _SBWFakeBlurImageProviding> {
long long _effectiveStyle;
<_SBWFakeBlurViewRegistering> * _fakeBlurRegistry;
bool _fullscreen;
<_SBWFakeBlurImageProviding> * _imageProvider;
<_SBWFakeBlurObserver> * _observer;
UIView * _providedImageView;
<SBWallpaperReachabilityCoordinating> * _reachabilityCoordinator;
long long _requestedStyle;
unsigned long long _transformOptions;
struct CGPoint {
double x;
double y;
} _wallpaperOffset;
SBFWallpaperView * _wallpaperView;
SBWWallpaperViewController * _wallpaperViewController;
}
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (nonatomic, readonly) <_SBWFakeBlurViewRegistering> *fakeBlurRegistry;
@property (getter=isFullscreen, nonatomic) bool fullscreen;
@property (readonly) unsigned long long hash;
@property (nonatomic, readonly) <_SBWFakeBlurImageProviding> *imageProvider;
@property (nonatomic) <_SBWFakeBlurObserver> *observer;
@property (nonatomic, readonly) <SBWallpaperReachabilityCoordinating> *reachabilityCoordinator;
@property (readonly) Class superclass;
@property (nonatomic) unsigned long long transformOptions;
@property (nonatomic, readonly) long long variant;
@property (nonatomic, readonly) SBWWallpaperViewController *wallpaperViewController;
@property (nonatomic) double zoomScale;
+ (id)_imageForStyle:(inout long long*)arg1 withSource:(id)arg2;
+ (id)_imageForStyle:(inout long long*)arg1 withSource:(id)arg2 overrideTraitCollection:(id)arg3;
+ (void)_imageForStyle:(long long)arg1 withSource:(id)arg2 overrideTraitCollection:(id)arg3 result:(id /* block */)arg4;
- (void).cxx_destruct;
- (void)dealloc;
- (id)description;
- (void)didMoveToWindow;
- (long long)effectiveStyle;
- (id)fakeBlurRegistry;
- (void)handleReachabilityYOffsetDidChange;
- (id)imageForWallpaperStyle:(inout long long*)arg1 variant:(long long)arg2 traitCollection:(id)arg3;
- (id)imageProvider;
- (id)initWithVariant:(long long)arg1 imageProvider:(id)arg2 fakeBlurRegistry:(id)arg3 wallpaperViewDelegate:(id)arg4 transformOptions:(unsigned long long)arg5 reachabilityCoordinator:(id)arg6;
- (id)initWithVariant:(long long)arg1 wallpaperViewController:(id)arg2 transformOptions:(unsigned long long)arg3 reachabilityCoordinator:(id)arg4;
- (bool)isFullscreen;
- (void)layoutSubviews;
- (id)newImageProviderView;
- (id)observer;
- (void)offsetWallpaperBy:(struct CGPoint { double x1; double x2; })arg1;
- (bool)parallaxEnabledForVariant:(long long)arg1; //ability to turnm off parallelex for either home, lockscreen, or both
- (double)parallaxFactorForVariant:(long long)arg1;
- (id)reachabilityCoordinator;
- (void)reconfigureFromProvider;
- (void)reconfigureWithSource:(id)arg1;
- (void)requestStyle:(long long)arg1;
- (void)rotateToInterfaceOrientation:(long long)arg1;
- (void)setFullscreen:(bool)arg1;
- (void)setObserver:(id)arg1;
- (void)setTransformOptions:(unsigned long long)arg1;
- (void)setZoomScale:(double)arg1;
- (void)traitCollectionDidChange:(id)arg1;
- (unsigned long long)transformOptions;
- (void)updateImageFromProviderForWallpaperMode:(long long)arg1;
- (bool)updateImageProviderView:(id)arg1 withImage:(id)arg2;
- (void)updateImageWithSource:(id)arg1;
- (long long)variant;
- (id)wallpaperViewController;
- (void)willMoveToWindow:(id)arg1;
- (double)zoomFactorForVariant:(long long)arg1;
- (double)zoomScale;
@end