forked from peterhajas/SpringBoard-4.x-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBAwayView.h
176 lines (172 loc) · 6.27 KB
/
SBAwayView.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/**
* 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 "UIKeyInput.h"
#import "SBSlidingAlertDisplay.h"
@class SBAwayChargingView, SBAwaySwipeGestureRecognizer, NSTimer, SBAwayItemsView, NSDictionary, TPBottomButtonBar, SBAwayLockBar, SBAwayViewPluginController, MPAudioDeviceController, SBActivationView, UIAlertView, UIPushButton, SBAwayInCallController, SBAlertImageView, SBAwayDateView;
@interface SBAwayView : SBSlidingAlertDisplay <UIKeyInput> {
BOOL _isDimmed;
BOOL _fullscreen;
BOOL _alwaysFullscreen;
BOOL _deferAwayItemFetching;
BOOL _showingBlockedIndicator;
BOOL _hasTelephony;
BOOL _wasShowingAlertAtDismiss;
BOOL _removingAlertAtUnlock;
BOOL _awayPluginIsVisible;
BOOL _ignoreFullScreenUpdates;
SBAwayChargingView* _chargingView;
SBAwayDateView* _dateView;
SBAwayItemsView* _awayItemsView;
SBActivationView* _activationView;
SBAlertImageView* _firewireWarningView;
SBAwayViewPluginController* _awayPluginController;
SBAwaySwipeGestureRecognizer* _gestureRecognizer;
MPAudioDeviceController* _audioDeviceController;
NSTimer* _mediaControlsTimer;
NSTimer* _fullscreenTimer;
NSTimer* _chargingViewTimer;
NSDictionary* _nowPlayingInfo;
BOOL _isPlaying;
NSDictionary* _currentPluginFadeAnimationContext;
NSTimer* _blockedStatusUpdateTimer;
UIAlertView* _alertSheet;
int _alertSheetPosition;
SBAwayInCallController* _inCallController;
SBAwayLockBar* _lockBar;
TPBottomButtonBar* _cancelSyncBar;
UIPushButton* _infoButton;
float _mediaControlHeightDelta;
}
@property(assign, nonatomic) int autocapitalizationType;
@property(assign, nonatomic) int autocorrectionType;
@property(assign, nonatomic) int keyboardType;
@property(assign, nonatomic) int keyboardAppearance;
@property(assign, nonatomic) int returnKeyType;
@property(assign, nonatomic) BOOL enablesReturnKeyAutomatically;
@property(assign, nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry;
+(id)newBottomBarForInstance:(id)instance;
+(id)lockLabels:(BOOL)labels fontSize:(float*)size;
-(void)_clearBlockedStatusUpdateTimer;
-(id)initWithFrame:(CGRect)frame;
-(void)layoutForInterfaceOrientation:(int)interfaceOrientation;
-(void)alertDisplayWillBecomeVisible;
-(void)postLockCompletedNotification:(BOOL)notification;
-(void)dealloc;
-(void)_postLockCompletedNotification;
-(void)finishedAnimatingIn;
-(void)dismiss;
-(void)finishedAnimatingOut;
-(float)durationForOthersActivation;
-(void)setBottomLockBar:(id)bar;
-(BOOL)shouldShowBottomBar;
-(BOOL)shouldAnimateIn;
-(BOOL)shouldAnimateIconsOut;
-(BOOL)isAnimating;
-(void)startAnimations;
-(void)stopAnimations;
-(void)showInfoButton;
-(void)hideInfoButton;
-(void)setLockoutUIVisible:(BOOL)visible mode:(int)mode;
-(void)updateUIForRestorationState:(int)restorationState;
-(void)updateUIForResetState:(int)resetState;
-(void)addFirewireWarningView;
-(void)removeFirewireWarningView;
-(BOOL)shouldShowChargingView;
-(BOOL)isShowingWallpaper;
-(void)_updateShowsBluetoothButtonAnimated:(BOOL)animated;
-(void)_fixupFirstResponder;
-(void)updateInterface;
-(void)_setMiddleSubviewsAlpha:(float)alpha;
-(void)setMiddleContentAlpha:(float)alpha;
-(void)setDimmed:(BOOL)dimmed;
-(BOOL)dimmed;
-(void)lockBarUnlocked:(id)unlocked freezeKnobInLockedPosition:(BOOL)lockedPosition;
-(void)lockBarUnlocked:(id)unlocked;
-(void)lockBarStartedTracking:(id)tracking;
-(void)lockBarStoppedTracking:(id)tracking;
-(void)updateLockBarLabel;
-(id)currentAwayPluginController;
-(void)removePluginController:(BOOL)controller;
-(void)_setPluginController:(id)controller;
-(void)_finalizeAndClearPluginAnimationContext;
-(void)_pluginFadeInAnimationDidStop:(id)_pluginFadeInAnimation finished:(id)finished context:(void*)context;
-(void)_fullscreenAnimationStopped:(id)stopped finished:(id)finished context:(void*)context;
-(void)setFullscreen:(BOOL)fullscreen duration:(double)duration force:(BOOL)force;
-(void)setFullscreen:(BOOL)fullscreen duration:(double)duration;
-(BOOL)isFullscreen;
-(BOOL)isAlwaysFullscreen;
-(void)setAlwaysFullscreen:(BOOL)fullscreen;
-(void)setIgnoreFullScreenUpdates:(BOOL)updates;
-(void)_setAwayViewGesturesEnabled:(BOOL)enabled;
-(void)windowGestureWasCompleted:(id)completed;
-(BOOL)shouldShowBlockedRedStatus;
-(void)_updateBlockedStatusLabel;
-(void)deviceUnlockCanceled;
-(void)showBlockedStatus;
-(void)removeBlockedStatus;
-(void)_updateBlockedStatus;
-(id)dateView;
-(void)removeDateView;
-(void)addDateView;
-(void)awayDateViewDidChangeTitle:(id)awayDateView;
-(id)inCallController;
-(BOOL)shouldShowInCallInfo;
-(void)updateInCallInfo;
-(void)_positionAwayItemsView;
-(void)hideAwayItems;
-(void)showAwayItems;
-(BOOL)hasAwayItems;
-(void)animateToHidingDeviceLockFinished;
-(void)setShowingDeviceLock:(BOOL)lock duration:(float)duration;
-(void)showAlertSheet:(id)sheet;
-(void)removeAlertSheet;
-(void)slideAlertSheetOut:(BOOL)anOut direction:(BOOL)direction duration:(float)duration;
-(void)_recenterAlertSheet;
-(id)chargingView;
-(void)showChargingView;
-(void)hideChargingView;
-(void)updateChargingView;
-(void)startChargingViewTimer;
-(void)_chargingViewTimerFired;
-(void)_didFadeChargingView;
-(void)clearChargingViewTimer;
-(void)_hideChargingViewAndClearTimer;
-(void)clearMediaControlsTimer;
-(void)restartMediaControlsTimer;
-(void)restartMediaControlsTimerIfNecessary;
-(void)hideMediaControls;
-(void)_hideMediaControls;
-(void)showMediaControls;
-(void)toggleMediaControls;
-(BOOL)isShowingMediaControls;
-(float)mediaControlHeightDelta;
-(BOOL)isPlaying;
-(void)setPlaying:(BOOL)playing;
-(BOOL)hasNowPlayingInfo;
-(BOOL)hasNowPlayingInfoFromiPod;
-(id)_topBarLCDControlsImage;
-(void)updateTopBarBackground;
-(void)showSyncingBottomBar:(BOOL)bar;
-(void)hideSyncingBottomBar:(BOOL)bar;
-(void)updateNowPlayingInfo:(id)info;
-(void)enableOrDisableNowPlayingPlugin;
-(void)cancelFullscreenTimer;
-(void)restartFullscreenTimer;
-(void)_fullscreenTimerFired;
-(void)restartFullscreenTimerIfNecessary;
-(BOOL)handleMenuButtonTap;
-(void)didMoveToWindow;
-(void)animateToShowingDeviceLock:(BOOL)showingDeviceLock duration:(float)duration;
-(void)_wirelessModemStateChanged:(id)changed;
-(void)audioDeviceControllerAudioRoutesChanged:(id)changed;
-(BOOL)canBecomeFirstResponder;
-(BOOL)hasText;
-(void)insertText:(id)text;
-(void)deleteBackward;
-(void)forwardInvocation:(id)invocation;
@end