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 <TelephonyUI/TPBottomBar.h>
9 @
class NSArray
, NSTimer
, TPLockKnobView
, TPLockTextView
, UIView
;
11 @interface TPBottomLockBar
: TPBottomBar
14 int _currentLabelIndex
;
15 NSTimer
*_cycleLabelTimer
;
17 id _representedObject
;
18 TPLockKnobView
*_knobView
;
20 TPLockTextView
*_labelView
;
21 float _knobTrackInsetLeft
;
25 + (struct CGSize
)defaultSize
;
26 + (id
)_backgroundImage
;
27 - (id
)initWithFrame
:(struct CGRect
)fp8 knobImage
:(id
)fp24
;
28 - (id
)initWithFrame
:(struct CGRect
)fp8 knobColor
:(int)fp24
;
29 - (id
)initForIncomingCallWithFrame
:(struct CGRect
)fp8
;
32 - (void)startAnimating
;
33 - (void)stopAnimating
;
37 - (void)setLabel
:(id
)fp8
;
38 - (void)_setLabel
:(id
)fp8
;
39 - (void)startCyclingLabels
;
40 - (void)stopCyclingLabels
;
41 - (void)cycleToNextLabel
;
42 - (int)currentLabelIndex
;
43 - (void)finishedCyclingLabelOut
;
44 - (void)cycleToLabelAtIndex
:(int)fp8
;
45 - (void)setLabels
:(id
)fp8
;
47 - (void)setFontSize
:(float)fp8
;
49 - (void)knobDragged
:(float)fp8
;
50 - (void)slideBack
:(BOOL
)fp8
;
52 - (void)freezeKnobInUnlockedPosition
;
54 - (void)setDelegate
:(id
)fp8
;
55 - (void)setRepresentedObject
:(id
)fp8
;
56 - (id
)representedObject
;
57 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
58 - (float)knobTrackInsetLeft
;