forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAwayBulletinListView.h
82 lines (75 loc) · 3.27 KB
/
SBAwayBulletinListView.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
/*
* 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 "UIGestureRecognizerDelegate-Protocol.h"
@class UIImageView, UITableView;
@interface SBAwayBulletinListView : UIView <UIGestureRecognizerDelegate>
{
UITableView *_tableView;
UIView *_tableContainerView;
UIView *_tableBackgroundView;
UIView *_tableTopFadeOverlay;
UIView *_tableBottomFadeOverlay;
UIView *_tableFadeMaskContainer;
UIImageView *_grabberFadeMaskImageView;
UIView *_tableHeaderView;
UIView *_tableFooterView;
UIView *_dropShadowView;
UITableView *_firstAlertTableView;
UIView *_firstAlertBGView;
float _firstAlertTableHeight;
UIView *_tableGrabberView;
int _normalViewStyle;
float _normalTableHeight;
id <SBAwayBulletinListViewDelegate> _delegate;
int _viewStyle;
BOOL _hiddenForUnlock;
BOOL _shouldShowFirstAlertTable;
BOOL _animatingGrabEnded;
BOOL _grabberGrabbed;
}
@property(nonatomic) id <SBAwayBulletinListViewDelegate> delegate; // @synthesize delegate=_delegate;
@property(readonly, nonatomic) UITableView *firstAlertTableView; // @synthesize firstAlertTableView=_firstAlertTableView;
@property(readonly, nonatomic) int viewStyle; // @synthesize viewStyle=_viewStyle;
@property(readonly, nonatomic) UITableView *tableView; // @synthesize tableView=_tableView;
- (void)didRotateFromInterfaceOrientation:(int)arg1;
- (void)willAnimateRotationToInterfaceOrientation:(int)arg1 duration:(double)arg2;
- (void)willRotateToInterfaceOrientation:(int)arg1 duration:(double)arg2;
- (id)hitTest:(struct CGPoint)arg1 withEvent:(id)arg2;
- (struct CGRect)_grabberHitFrame;
- (void)_grabEndedWithVelocity:(struct CGPoint)arg1 cancelled:(BOOL)arg2;
- (void)_grabEndedWithVelocity:(struct CGPoint)arg1 cancelled:(BOOL)arg2 animated:(BOOL)arg3;
- (void)_updateForGrabBeganOrMovedWithLocation:(struct CGPoint)arg1 velocity:(struct CGPoint)arg2;
- (void)handleGrabberPan:(id)arg1;
- (BOOL)gestureRecognizerShouldBegin:(id)arg1;
- (id)_tableFooterView;
- (id)_tableHeaderView;
- (void)clearFloatingAlertButtonHandler;
- (BOOL)floatingAlertNeedsMainUnlockAction;
- (void)setFirstAlertTableHeight:(float)arg1;
- (void)setFirstAlertTableViewHidden:(BOOL)arg1;
- (void)layoutSubviews;
- (void)lockBarStoppedTracking;
- (void)lockBarStartedTracking;
- (float)floatingTableContainerHeightForContentHeight:(float)arg1;
- (void)setHiddenForUnlock:(BOOL)arg1 force:(BOOL)arg2;
- (BOOL)wantsToHideTopBarShadowView;
- (BOOL)isHiddenForUnlock;
- (BOOL)shouldHideBySlidingOut;
- (void)_slideOutTransforms:(struct CGAffineTransform *)arg1 grabberTransform:(struct CGAffineTransform *)arg2;
- (BOOL)hasShownNotificationsManually;
- (BOOL)shouldAutoHideNotifications;
- (void)setViewStyle:(int)arg1 withFloatingAlert:(BOOL)arg2 andTableHeight:(float)arg3 force:(BOOL)arg4;
- (void)setViewStyle:(int)arg1 withFloatingAlert:(BOOL)arg2 andTableHeight:(float)arg3;
- (BOOL)shouldOverrideToSlideUpStyle:(BOOL)arg1;
- (float)_tableContainerViewAlphaForSlideUp;
- (float)_translationDistanceForGrabber;
- (struct CGSize)_maxPinnedContainerSize;
- (void)setFrame:(struct CGRect)arg1;
- (void)_setupHierarchyIfNecessaryWithStyle:(int)arg1;
- (void)dealloc;
- (id)initWithDelegate:(id)arg1 style:(int)arg2;
@end