]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
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 "UIView.h" | |
8 | ||
9 | @class SBBatteryChargingView; | |
10 | ||
11 | @interface SBAwayChargingView : UIView | |
12 | { | |
13 | SBBatteryChargingView *_chargingView; | |
14 | SBBatteryChargingView *_headsetChargingView; | |
15 | unsigned int _animatingBatteries:1; | |
16 | unsigned int _updateAfterAnimation:1; | |
17 | unsigned int _showingDeviceBattery:1; | |
18 | unsigned int _showingHeadsetBattery:1; | |
19 | } | |
20 | ||
21 | + (struct CGSize)defaultSize; | |
22 | + (BOOL)shouldShowDeviceBattery; | |
23 | + (BOOL)shouldShowHeadsetBattery; | |
24 | - (id)initWithFrame:(struct CGRect)fp8 awayView:(id)fp24; | |
25 | - (void)dealloc; | |
26 | - (void)updateInterface:(BOOL)fp8; | |
27 | - (id)chargingView; | |
28 | - (void)addChargingView; | |
29 | - (void)hideChargingView; | |
30 | - (id)headsetChargingView; | |
31 | - (void)addHeadsetChargingView; | |
32 | - (void)hideHeadsetChargingView; | |
33 | - (struct CGPoint)_dualBatteryPositionForBattery:(id)fp8; | |
34 | - (struct CGPoint)_singleBatteryPositionForBattery:(id)fp8; | |
35 | - (void)_switchFromBattery:(id)fp8 toView:(id)fp12 animate:(BOOL)fp16; | |
36 | - (void)_slideBattery:(id)fp8 toShowBattery:(id)fp12 animate:(BOOL)fp16; | |
37 | - (void)_slideBattery:(id)fp8 toHideBattery:(id)fp12 animate:(BOOL)fp16; | |
38 | - (void)_finishedFadeForSwitch:(id)fp8 finished:(BOOL)fp12 context:(id)fp16; | |
39 | - (void)_finishedSlideForSlideToReveal:(id)fp8 finished:(BOOL)fp12 context:(id)fp16; | |
40 | - (void)_finishedHideForHideToSlide:(id)fp8 finished:(BOOL)fp12 context:(id)fp16; | |
41 | - (void)_batteryAnimationFinished:(id)fp8; | |
42 | - (void)_test:(id)fp8; | |
43 | ||
44 | @end | |
45 |