-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAppSwitcherController.h
83 lines (76 loc) · 2.93 KB
/
SBAppSwitcherController.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBShowcaseViewController.h"
#import "SBAppSwitcherBarViewDelegate-Protocol.h"
#import "SBIconViewDelegate-Protocol.h"
#import "SBIconViewMapDelegate-Protocol.h"
@class NSString, SBAppSwitcherBarView, SBAppSwitcherModel, SBNowPlayingBar, SBPrintStatusController;
@interface SBAppSwitcherController : SBShowcaseViewController <SBIconViewDelegate, SBAppSwitcherBarViewDelegate, SBIconViewMapDelegate>
{
SBAppSwitcherModel *_model;
SBNowPlayingBar *_nowPlayingBar;
SBAppSwitcherBarView *_bottomBar;
BOOL _editing;
int _orientation;
NSString *_topAppDisplayID;
SBPrintStatusController *_printStatusController;
}
+ (id)sharedInstanceIfAvailable;
+ (id)sharedInstance;
@property(retain) NSString *topAppDisplayID; // @synthesize topAppDisplayID=_topAppDisplayID;
@property(readonly, nonatomic) SBAppSwitcherModel *model; // @synthesize model=_model;
- (void)restoreScrollPositionAfterSuspendGesture;
- (void)saveScrollPositionBeforeSuspendGesture;
- (void)appSwitcherBar:(id)arg1 pageAtIndexDidDisappear:(int)arg2;
- (void)appSwitcherBar:(id)arg1 pageAtIndexDidAppear:(int)arg2;
- (BOOL)appSwitcherBar:(id)arg1 scrollShouldCancelInContentForView:(id)arg2;
- (void)appSwitcherBarRemovedFromSuperview:(id)arg1;
- (BOOL)iconViewDisplaysBadges:(id)arg1;
- (void)iconCloseBoxTapped:(id)arg1;
- (int)closeBoxTypeForIcon:(id)arg1;
- (void)iconTouchBegan:(id)arg1;
- (void)iconHandleLongPress:(id)arg1;
- (BOOL)iconShouldAllowTap:(id)arg1;
- (void)iconTapped:(id)arg1;
- (Class)viewMap:(id)arg1 iconViewClassForIcon:(id)arg2;
- (int)viewMap:(id)arg1 locationForIcon:(id)arg2;
- (unsigned int)viewMap:(id)arg1 maxRecycledIconViewsOfClass:(Class)arg2;
- (BOOL)printViewIsShowing;
- (id)printIconView;
- (void)dismissPrintView;
- (void)removePrintStatusIconBadge;
- (void)setNeedsPrintStatusIcon:(BOOL)arg1;
- (void)_appActivationStateDidChange:(id)arg1;
- (id)_currentDownloads;
- (void)_removeApplicationFromRecents:(id)arg1;
- (void)_stopEditing;
- (void)_beginEditing;
- (BOOL)_inEditMode;
- (id)_bundleIdentifiersForViewDisplay;
- (BOOL)airPlayControlsVisible;
- (BOOL)nowPlayingControlsVisible;
- (BOOL)isScrolling;
- (BOOL)handleMenuButtonTap;
- (void)_iconModelVisibilityChanged:(id)arg1;
- (void)_iconModelChangedSignificantly;
- (void)setupForApp:(id)arg1 orientation:(int)arg2;
- (void)_reloadIconViewsAndShowFirstPage:(BOOL)arg1;
- (void)downloadChanged:(id)arg1;
- (void)downloadRemoved:(id)arg1;
- (void)viewDidRotateFromInterfaceOrientation:(int)arg1;
- (void)viewWillAnimateRotationToInterfaceOrientation:(int)arg1;
- (void)viewWillRotateToInterfaceOrientation:(int)arg1;
- (void)viewDidDisappear;
- (void)viewWillDisappear;
- (void)viewDidAppear;
- (void)viewWillAppear;
- (float)bottomBarHeight;
- (id)view;
- (void)_newsstandFolderWasOpened:(id)arg1;
- (void)_appsDidChange:(id)arg1;
- (void)dealloc;
- (id)init;
@end