-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAwayMediaControlsView.h
88 lines (81 loc) · 2.88 KB
/
SBAwayMediaControlsView.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/*
* 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"
#import "MPDetailSliderDelegate-Protocol.h"
@class MPVolumeView, NSString, NSTimer, SBDetailSlider, SBScrollingTitlesView, UIButton, UILabel;
@interface SBAwayMediaControlsView : UIView <MPDetailSliderDelegate>
{
unsigned int _beganSeeking:1;
int _seekingDirection;
UIButton *_prevButton;
UIButton *_nextButton;
UIButton *_playPauseButton;
UIButton *_repeatButton;
UIButton *_shuffleButton;
SBDetailSlider *_trackPositionSlider;
BOOL _isScrubbingTrack;
BOOL _wantsTicks;
NSTimer *_tickTimer;
SBScrollingTitlesView *_titlesView;
UIButton *_jumpFastForwardButton;
UILabel *_jumpFastForwardLabel;
UIButton *_jumpRewindButton;
UILabel *_jumpRewindLabel;
UILabel *_albumLabel;
UILabel *_artistLabel;
UILabel *_titleLabel;
MPVolumeView *_volumeView;
int _orientation;
}
@property(nonatomic) int orientation; // @synthesize orientation=_orientation;
- (void)_updateInformation;
- (void)_stopTicking;
- (void)_startTickingWithUpdate:(BOOL)arg1;
- (void)_restartTickingAfterProgressScrub;
- (void)_stopTickTimer;
- (void)_startTickTimer;
- (void)_tickTimerHandler:(id)arg1;
- (id)_shuffleImageForMode:(int)arg1;
- (id)_repeatImageForMode:(int)arg1;
- (void)_routeButtonDidChangeNotification:(id)arg1;
- (id)_jumpFastForwardButton;
- (id)_jumpRewindButton;
- (id)_newNowPlayingLabelWithFont:(id)arg1 color:(id)arg2;
- (id)_newJumpLabel;
- (id)_newButtonWithImage:(id)arg1 action:(SEL)arg2;
- (void)detailSlider:(id)arg1 didChangeValue:(float)arg2;
- (void)detailSliderTrackingDidEnd:(id)arg1;
- (void)detailSliderTrackingDidCancel:(id)arg1;
- (void)detailSliderTrackingDidBegin:(id)arg1;
- (void)_resetProgressSlider;
- (void)_nowPlayingChanged:(id)arg1;
- (void)_unregisterForNowPlayingNotifications;
- (void)_registerForNowPlayingNotifications;
- (void)_shuffleButtonAction:(id)arg1;
- (void)_repeatButtonAction:(id)arg1;
- (void)_didPresentRoutePicker;
- (void)_volumeViewVisibilityChanged;
- (void)_volumeChange:(id)arg1;
- (void)_jumpFastForwardButtonAction:(id)arg1;
- (void)_jumpRewindButtonAction:(id)arg1;
- (void)_changeTrackButtonTouchPause:(id)arg1;
- (void)_changeTrackButtonEndSeek:(id)arg1;
- (void)_changeTrackButtonUp:(id)arg1;
- (void)_changeTrackButtonDown:(id)arg1;
- (void)_playPauseButtonAction:(id)arg1;
@property(copy, nonatomic) NSString *title; // @dynamic title;
@property(copy, nonatomic) NSString *artist; // @dynamic artist;
@property(copy, nonatomic) NSString *album; // @dynamic album;
- (void)removeFromSuperview;
- (void)setAlpha:(float)arg1;
- (void)layoutSubviews;
- (id)routeButtonVolumeView;
- (void)dealloc;
- (void)stopTickTimer;
- (BOOL)isMediaControlsShowingOverlays;
- (void)dismissMediaControlsOverlaysAnimated:(BOOL)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end