-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAwayChargingView.h
47 lines (41 loc) · 1.56 KB
/
SBAwayChargingView.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "UIView.h"
@class SBBatteryChargingView, UIImageView;
@interface SBAwayChargingView : UIView
{
SBBatteryChargingView *_chargingView;
SBBatteryChargingView *_headsetChargingView;
UIImageView *_backgroundView;
unsigned int _animatingBatteries:1;
unsigned int _updateAfterAnimation:1;
unsigned int _showingDeviceBattery:1;
unsigned int _showingHeadsetBattery:1;
}
+ (BOOL)shouldShowHeadsetBattery;
+ (BOOL)shouldShowDeviceBattery;
+ (struct CGSize)defaultSize;
+ (id)backgroundImage;
- (void)_test:(id)arg1;
- (void)_batteryAnimationFinished:(id)arg1;
- (void)_finishedHideForHideToSlide:(id)arg1 finished:(BOOL)arg2 context:(id)arg3;
- (void)_finishedSlideForSlideToReveal:(id)arg1 finished:(BOOL)arg2 context:(id)arg3;
- (void)_finishedFadeForSwitch:(id)arg1 finished:(BOOL)arg2 context:(id)arg3;
- (void)_slideBattery:(id)arg1 toHideBattery:(id)arg2 animate:(BOOL)arg3;
- (void)_slideBattery:(id)arg1 toShowBattery:(id)arg2 animate:(BOOL)arg3;
- (void)_switchFromBattery:(id)arg1 toView:(id)arg2 animate:(BOOL)arg3;
- (struct CGPoint)_singleBatteryPositionForBattery:(id)arg1;
- (struct CGPoint)_dualBatteryPositionForBattery:(id)arg1;
- (void)hideHeadsetChargingView;
- (void)addHeadsetChargingView;
- (id)headsetChargingView;
- (void)hideChargingView;
- (void)addChargingView;
- (id)chargingView;
- (void)updateInterface:(BOOL)arg1;
- (void)dealloc;
- (id)initWithFrame:(struct CGRect)arg1 awayView:(id)arg2;
@end