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 "UIOldSliderControl.h"
11 @interface MediaVolumeSlider
: UIOldSliderControl
13 NSTimer
*_commitTimer
;
15 float _hitBufferHeight
;
16 float _lastCommittedValue
;
17 float _lastTrackingValue
;
18 unsigned int _tracking
:1;
19 unsigned int _endingTracking
:1;
20 unsigned int _appModeIsMovie
:1;
21 unsigned int _updatingVolumeForExternalChange
:1;
22 unsigned int _lastCommitSucceeded
:1;
25 + (float)defaultHeight
;
26 - (BOOL
)_setPlayerVolume
:(float)fp8
;
27 - (float)_playerVolume
;
28 - (struct CGRect
)adjustedFrame
:(struct CGRect
)fp8
;
29 - (id
)initWithFrame
:(struct CGRect
)fp8 isForMovie
:(BOOL
)fp24
;
30 - (void)setFrame
:(struct CGRect
)fp8
;
31 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
32 - (BOOL
)pointInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
35 - (void)setForMovie
:(BOOL
)fp8
;
36 - (struct CGRect
)fillBounds
;
37 - (void)drawSliderPiece
:(int)fp8 inRect
:(struct CGRect
)fp12
;
38 - (id
)imageForSliderPiece
:(int)fp8
;
39 - (id
)createSliderKnobView
;
40 - (void)commitVolume
:(id
)fp8
;
41 - (void)_updateVolume
:(id
)fp8
;
42 - (void)setValue
:(float)fp8 animated
:(BOOL
)fp12 animationCurve
:(int)fp16
;
43 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16 fudgeKnob
:(BOOL
)fp20
;
44 - (BOOL
)beginTrackingAt
:(struct CGPoint
)fp8 withEvent
:(struct __GSEvent
*)fp16
;
45 - (void)endTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
46 - (BOOL
)beginTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
47 - (void)endTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;