2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "SBSlidingAlertDisplay.h"
9 @
class NSDictionary
, NSString
, NSTimer
, SBActivationView
, SBAlertImageView
, SBAwayChargingView
, SBAwayDateView
, SBAwayInCallController
, SBAwayItemsView
, SBNowPlayingArtView
, TPBottomButtonBar
, TPBottomLockBar
, UIImage
, UIModalView
, UIPushButton
;
11 @interface SBAwayView
: SBSlidingAlertDisplay
14 BOOL _deferAwayItemFetching
;
15 BOOL _showingBlockedIndicator
;
17 BOOL _wasShowingAlertAtDismiss
;
18 SBAwayChargingView
*_chargingView
;
19 SBAwayDateView
*_dateView
;
20 SBNowPlayingArtView
*_albumArtView
;
21 SBAwayItemsView
*_awayItemsView
;
22 SBActivationView
*_activationView
;
23 SBAlertImageView
*_firewireWarningView
;
24 NSTimer
*_mediaControlsTimer
;
25 UIImage
*_controlsLCDBG
;
27 NSDictionary
*_nowPlayingInfo
;
28 UIImage
*_nowPlayingArt
;
29 NSString
*_lastTrackArtPath
;
30 NSTimer
*_blockedStatusUpdateTimer
;
31 UIModalView
*_alertSheet
;
32 SBAwayInCallController
*_inCallController
;
33 TPBottomLockBar
*_lockBar
;
34 TPBottomButtonBar
*_cancelSyncBar
;
35 UIPushButton
*_infoButton
;
38 + (id
)createBottomBarForInstance
:(id
)fp8
;
39 + (id
)lockLabels
:(BOOL
)fp8 fontSize
:(float *)fp12
;
40 - (void)_clearBlockedStatusUpdateTimer
;
41 - (id
)initWithFrame
:(struct CGRect
)fp8
;
42 - (void)postLockCompletedNotification
:(BOOL
)fp8
;
44 - (void)_postLockCompletedNotification
;
45 - (void)finishedAnimatingIn
;
47 - (void)setBottomLockBar
:(id
)fp8
;
48 - (BOOL
)shouldAnimateIn
;
49 - (void)startAnimations
;
50 - (void)stopAnimations
;
51 - (void)showInfoButton
;
52 - (void)hideInfoButton
;
53 - (void)setLockoutUIVisible
:(BOOL
)fp8 mode
:(int)fp12
;
54 - (void)updateUIForRestorationState
:(int)fp8
;
55 - (void)updateUIForResetState
:(int)fp8
;
56 - (void)addFirewireWarningView
;
57 - (void)removeFirewireWarningView
;
58 - (void)updateInterface
;
59 - (void)setMiddleContentAlpha
:(float)fp8
;
60 - (void)setDimmed
:(BOOL
)fp8
;
62 - (void)setDrawsBlackBackground
:(BOOL
)fp8
;
63 - (void)lockBarUnlocked
:(id
)fp8
;
64 - (void)lockBarStartedTracking
:(id
)fp8
;
65 - (void)lockBarStoppedTracking
:(id
)fp8
;
66 - (void)updateLockBarLabel
;
67 - (BOOL
)shouldShowBlockedRedStatus
;
68 - (void)_updateBlockedStatusLabel
;
69 - (void)showBlockedStatus
;
70 - (void)removeBlockedStatus
;
71 - (void)_updateBlockedStatus
;
73 - (void)removeDateView
;
75 - (id
)inCallController
;
76 - (BOOL
)shouldShowInCallInfo
;
77 - (void)updateInCallInfo
;
78 - (void)_positionAwayItemsView
;
79 - (void)hideAwayItems
;
80 - (void)showAwayItems
;
82 - (void)setShowingDeviceLock
:(BOOL
)fp8 duration
:(float)fp12
;
83 - (void)showAlertSheet
:(id
)fp8
;
84 - (void)removeAlertSheet
;
85 - (void)slideAlertSheetOut
:(BOOL
)fp8 direction
:(BOOL
)fp12 duration
:(float)fp16
;
86 - (void)_batteryStatusChanged
:(id
)fp8
;
88 - (void)addChargingView
;
89 - (void)hideChargingView
;
90 - (void)clearMediaControlsTimer
;
91 - (void)restartMediaControlsTimer
;
92 - (void)hideMediaControls
;
93 - (void)showMediaControls
;
94 - (void)toggleMediaControls
;
95 - (BOOL
)isShowingMediaControls
;
96 - (void)showSyncingBottomBar
:(BOOL
)fp8
;
97 - (void)hideSyncingBottomBar
:(BOOL
)fp8
;
98 - (void)hideNowPlaying
;
99 - (id
)nowPlayingArtView
;
100 - (void)musicPlayerDied
:(id
)fp8
;
101 - (void)updateNowPlayingInfo
:(id
)fp8
;
102 - (BOOL
)updateNowPlayingArt
;
103 - (void)handleRequestedAlbumArtBytes
:(char *)fp8 length
:(unsigned int)fp12
;
104 - (void)animateToShowingDeviceLock
:(BOOL
)fp8
;