-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSBAppSliderHomePageCellView.h
44 lines (40 loc) · 1.42 KB
/
SBAppSliderHomePageCellView.h
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
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "SpringBoard-Structs.h"
#import "SBWallpaperObserver.h"
#import "SBAppSwitcherPageContentView.h"
#import <XXUnknownSuperclass.h> // Unknown library
@class UIView, SBFakeStatusBarView;
__attribute__((visibility("hidden")))
@interface SBAppSliderHomePageCellView : XXUnknownSuperclass <SBWallpaperObserver, SBAppSwitcherPageContentView> {
UIView* _possiblyRotatedContainer;
UIView* _nonRotatedContainer;
UIView* _homeScreenView;
UIView* _homeSnapshot;
UIView* _wallpaperView;
SBFakeStatusBarView* _fakeStatusBar;
BOOL _usesSnapshots;
int _snapshotOrientation;
int _orientation;
}
@property(assign, nonatomic) int orientation;
@property(retain, nonatomic) UIView* homeScreenView;
@property(readonly, assign, nonatomic) UIView* homeSnapshot;
+(id)wallpaperSnapshotForZoomFactor:(float)zoomFactor orientation:(int)orientation;
-(void)_updateWallpaperView;
-(void)wallpaperDidChangeForVariant:(int)wallpaper;
-(void)_viewDidAnimatePresentation:(id)_view;
-(void)_viewDismissing:(id)dismissing;
-(void)_viewPresenting:(id)presenting;
-(void)setHomeSnapshot:(id)snapshot inOrientation:(int)orientation;
-(CGSize)sizeThatFits:(CGSize)fits;
-(void)layoutSubviews;
-(void)setLegibilitySettings:(id)settings;
-(void)_statusBarFrameChanging;
-(void)dealloc;
-(id)initWithFrame:(CGRect)frame;
@end