]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSlidingAlertDisplay.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBSlidingAlertDisplay.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "SBAlertDisplay.h"
8
9 @class NSString, SBDeviceLockKeypad, SBEmergencyCallView, SBPasscodeField, TPLCDView, UIImageView, UIKeyboard, UIView;
10
11 @interface SBSlidingAlertDisplay : SBAlertDisplay
12 {
13 UIImageView *_backgroundView;
14 UIView *_topBar;
15 UIView *_bottomBar;
16 TPLCDView *_deviceLockStatusView;
17 SBDeviceLockKeypad *_deviceLockKeypad;
18 UIKeyboard *_deviceLockKeyboard;
19 UIImageView *_deviceLockEntryBackground;
20 SBPasscodeField *_deviceLockEntryField;
21 SBEmergencyCallView *_emergencyCallView;
22 UIView *_emergencyCallTopBar;
23 NSString *_lastPasscode;
24 int _okFontSize;
25 int _cancelFontSize;
26 BOOL _playKeyboardClicks;
27 BOOL _alphanumericPIN;
28 unsigned int _animatingEmergencyCall:1;
29 unsigned int _animatingIn:1;
30 unsigned int _animatingOut:1;
31 unsigned int _shouldFenceAnimations:1;
32 unsigned int _showingDeviceLock:1;
33 unsigned int _attemptingUnlock:1;
34 unsigned int _showingDeviceUnlockFailure:1;
35 }
36
37 + (id)createTopBarForInstance:(id)fp8;
38 + (id)createBottomBarForInstance:(id)fp8;
39 + (void)setDisplayPropertiesForActivationOfAlert:(id)fp8;
40 - (void)_setTopBarImage:(id)fp8 shadowColor:(id)fp12;
41 - (void)_resetStatusTextView;
42 - (void)_clearUnlockFailedIndicator;
43 - (void)_showUnlockFailedIndicator;
44 - (id)initWithFrame:(struct CGRect)fp8;
45 - (void)dealloc;
46 - (id)lockBar;
47 - (struct CGRect)middleFrame;
48 - (void)getFrameForTopButton:(struct CGRect *)fp8 bottomButton:(struct CGRect *)fp12;
49 - (BOOL)showsDesktopImage;
50 - (void)updateDesktopImage:(id)fp8;
51 - (void)finishedAnimatingIn;
52 - (void)finishedAnimatingOut;
53 - (BOOL)shouldAnimateIconsIn;
54 - (BOOL)shouldAnimateIconsOut;
55 - (BOOL)isAnimatingOut;
56 - (void)_fadeOutCompleted:(id)fp8;
57 - (void)setMiddleContentAlpha:(float)fp8;
58 - (BOOL)isReadyToBeRemovedFromView;
59 - (float)durationForOthersActivation;
60 - (void)dismiss;
61 - (void)beginAnimatingDisplayIn:(BOOL)fp8;
62 - (void)performAnimateDisplayIn;
63 - (void)animateDisplayIn:(float)fp8 middleDelay:(float)fp12 animateStatusBar:(BOOL)fp16;
64 - (void)alertDisplayWillBecomeVisible;
65 - (void)setShouldFenceAnimations:(BOOL)fp8;
66 - (BOOL)isShowingDeviceLock;
67 - (void)_loadAlphanumericPIN;
68 - (BOOL)alphanumericPIN;
69 - (struct CGRect)_entryFrame;
70 - (float)_startingKeypadXOrigin;
71 - (void)setShowingDeviceLock:(BOOL)fp8 duration:(float)fp12;
72 - (void)setShowingDeviceLock:(BOOL)fp8;
73 - (void)animateToShowingDeviceLock:(BOOL)fp8;
74 - (void)_animateToHidingOrShowingDeviceLockFinished;
75 - (void)_animateToShowingDeviceLockFinished;
76 - (void)_animateToHidingDeviceLockFinished;
77 - (void)deviceUnlockSucceeded;
78 - (void)deviceUnlockFailed;
79 - (void)deviceUnlockCanceled;
80 - (void)_enableEntry;
81 - (BOOL)shouldShowBlockedRedStatus;
82 - (void)showBlockedStatus;
83 - (void)removeBlockedStatus;
84 - (BOOL)isDisplayingErrorStatus;
85 - (void)_entryFinishedWithPassword:(id)fp8;
86 - (void)phonePad:(id)fp8 keyDown:(BOOL)fp12;
87 - (void)phonePad:(id)fp8 keyUp:(BOOL)fp12;
88 - (void)passcodeFieldDidAcceptEntry:(id)fp8;
89 - (void)_setLastPasscode:(id)fp8;
90 - (void)passcodeFieldTextDidChange:(id)fp8;
91 - (void)returnKeyPressed:(id)fp8;
92 - (void)_animateView:(id)fp8 direction:(int)fp12;
93 - (void)animateToEmergencyCall;
94 - (void)emergencyCallWasDisplayed;
95 - (void)animateFromEmergencyCallWithDuration:(float)fp8;
96 - (void)emergencyCallWasRemoved;
97 - (id)bottomBar;
98 - (id)topBar;
99
100 @end
101