forked from peterhajas/SpringBoard-4.x-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBAwayChargingView.h
46 lines (42 loc) · 1.6 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
/**
* 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 <UIKit/UIView.h>
@class SBBatteryChargingView, UIImageView;
@interface SBAwayChargingView : UIView {
SBBatteryChargingView* _chargingView;
SBBatteryChargingView* _headsetChargingView;
UIImageView* _backgroundView;
unsigned _animatingBatteries : 1;
unsigned _updateAfterAnimation : 1;
unsigned _showingDeviceBattery : 1;
unsigned _showingHeadsetBattery : 1;
}
+(id)backgroundImage;
+(CGSize)defaultSize;
+(BOOL)shouldShowDeviceBattery;
+(BOOL)shouldShowHeadsetBattery;
-(id)initWithFrame:(CGRect)frame awayView:(id)view;
-(void)dealloc;
-(void)updateInterface:(BOOL)interface;
-(id)chargingView;
-(void)addChargingView;
-(void)hideChargingView;
-(id)headsetChargingView;
-(void)addHeadsetChargingView;
-(void)hideHeadsetChargingView;
-(CGPoint)_dualBatteryPositionForBattery:(id)battery;
-(CGPoint)_singleBatteryPositionForBattery:(id)battery;
-(void)_switchFromBattery:(id)battery toView:(id)view animate:(BOOL)animate;
-(void)_slideBattery:(id)battery toShowBattery:(id)showBattery animate:(BOOL)animate;
-(void)_slideBattery:(id)battery toHideBattery:(id)hideBattery animate:(BOOL)animate;
-(void)_finishedFadeForSwitch:(id)aSwitch finished:(BOOL)finished context:(id)context;
-(void)_finishedSlideForSlideToReveal:(id)reveal finished:(BOOL)finished context:(id)context;
-(void)_finishedHideForHideToSlide:(id)slide finished:(BOOL)finished context:(id)context;
-(void)_batteryAnimationFinished:(id)finished;
-(void)_test:(id)test;
@end