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 <Foundation/NSObject.h>
9 @
class NSMutableDictionary
, NSMutableSet
;
11 @interface SBDisplay
: NSObject
13 NSMutableDictionary
*_activationValues
;
14 NSMutableDictionary
*_deactivationValues
;
15 int _activationSettings
;
16 int _deactivationSettings
;
17 NSMutableSet
*_suppressVolumeHudCategories
;
18 float _autoDimOverride
;
19 float _autoLockOverride
;
20 float _accelerometerSampleInterval
;
21 unsigned int _expectsFaceContact
:1;
22 unsigned int _disallowTouchPoints
:1;
23 unsigned int _accelerometerDeviceOrientationChangedEventsEnabled
:1;
24 unsigned int _accelerometerRawEventsEnabled
:1;
25 unsigned int _proximityEventsEnabled
:1;
26 unsigned int _showsProgress
;
29 + (id
)migrateVersion1DefaultState
:(id
)fp8
;
30 + (void)loadDisplayStates
;
31 + (void)saveDisplayStates
;
32 + (void)setDefaultValue
:(id
)fp8 forKey
:(const id
)fp12 displayIdentifier
:(id
)fp16
;
33 + (id
)defaultValueForKey
:(const id
)fp8 displayIdentifier
:(id
)fp12
;
34 + (void)resetDefaultValuesForDisplayIdentifier
:(id
)fp8
;
36 - (id
)copyWithZone
:(struct _NSZone
*)fp8
;
37 - (id
)displayIdentifier
;
38 - (void)clearActivationSettings
;
39 - (void)setActivationSetting
:(int)fp8 flag
:(BOOL
)fp12
;
40 - (void)setActivationSetting
:(int)fp8 value
:(id
)fp12
;
41 - (id
)activationValue
:(int)fp8
;
42 - (BOOL
)activationSetting
:(int)fp8
;
43 - (void)clearDeactivationSettings
;
44 - (void)setDeactivationSetting
:(int)fp8 flag
:(BOOL
)fp12
;
45 - (BOOL
)deactivationSetting
:(int)fp8
;
46 - (void)setDeactivationSetting
:(int)fp8 value
:(id
)fp12
;
47 - (id
)deactivationValue
:(int)fp8
;
52 - (void)exitedAbnormally
;
53 - (void)exitedNormally
;
54 - (BOOL
)allowsEventOnlySuspension
;
55 - (BOOL
)allowsInCallStatusBar
;
56 - (void)updateStatusBar
:(float)fp8 fence
:(int)fp12 animation
:(int)fp16
;
57 - (void)updateStatusBar
:(float)fp8
;
58 - (int)defaultStatusBarMode
;
60 - (int)defaultStatusBarOrientation
;
61 - (int)statusBarOrientation
;
63 - (void)setAutoDimTime
:(float)fp8
;
64 - (float)autoLockTime
;
65 - (void)setAutoLockTime
:(float)fp8
;
66 - (void)setExpectsFaceContact
:(BOOL
)fp8
;
67 - (BOOL
)expectsFaceContact
;
68 - (void)setAccelerometerDeviceOrientationChangedEventsEnabled
:(BOOL
)fp8 sampleInterval
:(float)fp12
;
69 - (BOOL
)accelerometerDeviceOrientationChangedEventsEnabled
;
70 - (float)accelerometerSampleInterval
;
71 - (void)setAccelerometerRawEventsEnabled
:(BOOL
)fp8
;
72 - (BOOL
)accelerometerRawEventsEnabled
;
73 - (void)setProximityEventsEnabled
:(BOOL
)fp8
;
74 - (BOOL
)proximityEventsEnabled
;
75 - (void)setShowsProgress
:(BOOL
)fp8
;
76 - (BOOL
)showsProgress
;
77 - (void)setSystemVolumeHUDEnabled
:(BOOL
)fp8 forCategory
:(id
)fp12
;
78 - (BOOL
)showSystemVolumeHUDForCategory
:(id
)fp8
;
79 - (void)setTouchPointsAllowed
:(BOOL
)fp8
;
80 - (BOOL
)touchPointsAllowed
;
82 - (id
)activationSettingsDescription
;
83 - (id
)deactivationSettingsDescription
;