-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSBAppSwitcherPageView.h
41 lines (37 loc) · 1.19 KB
/
SBAppSwitcherPageView.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
/**
* 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 <XXUnknownSuperclass.h> // Unknown library
@class UIView;
@protocol SBAppSwitcherPageContentView;
__attribute__((visibility("hidden")))
@interface SBAppSwitcherPageView : XXUnknownSuperclass {
UIView* _shadowView;
UIView* _hitTestBlocker;
UIView<SBAppSwitcherPageContentView>* _view;
UIView* _overlayView;
int _orientation;
}
@property(assign, nonatomic) float shadowAlpha;
@property(assign, nonatomic) int orientation;
@property(retain, nonatomic) UIView* overlay;
@property(retain, nonatomic) UIView<SBAppSwitcherPageContentView>* view;
+(float)_edgeBorderForOrientation:(int)orientation;
+(CGSize)sizeForOrientation:(int)orientation;
+(float)scale;
-(void)invalidate;
-(void)setShadowEnabled:(BOOL)enabled;
-(CGRect)_viewFrame;
-(CGAffineTransform)_transformForScale;
-(CGAffineTransform)_transformForOrientation:(int)orientation;
-(void)setView:(id)view animated:(BOOL)animated;
-(void)layoutSubviews;
-(CGSize)sizeThatFits:(CGSize)fits;
-(id)description;
-(void)dealloc;
-(id)initWithFrame:(CGRect)frame;
@end