luxlabs header browser preview


@class NSString, SBHomeGestureSettings, UIView, SBTouchHistory, SBFluidSwitcherGestureExclusionTrapezoid;
@protocol SBHomeGesturePanGestureRecognizerInterfaceDelegate;

@interface SBHomeGesturePanGestureRecognizer : SBScreenEdgePanGestureRecognizer <PTSettingsKeyObserver, SBGestureRecognizerPanGestureProviding, SBGestureRecognizerTouchHistoryProviding>

@property (retain, nonatomic) SBHomeGestureSettings *homeGestureSettings;
@property (retain, nonatomic) SBFluidSwitcherGestureExclusionTrapezoid *portraitExclusionTrapezoid;
@property (retain, nonatomic) SBFluidSwitcherGestureExclusionTrapezoid *landscapeExclusionTrapezoid;
@property (retain, nonatomic) SBTouchHistory *touchHistory;
@property (weak, nonatomic) id<SBHomeGesturePanGestureRecognizerInterfaceDelegate> interfaceDelegate;
@property (nonatomic) BOOL preventHorizontalSwipesOutsideTrapezoid;
@property (nonatomic) BOOL installedAsSystemGesture;
@property (readonly, weak, nonatomic) UIView *viewForTouchHistory;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)homeGesturePanGestureRecognizerWithTarget:(id)a0 action:(SEL)a1;

- (BOOL)_shouldBlockHomeGestureForKeyboardInputMode:(id)a0;
- (double)peakSpeed;
- (void)_updateHomeGestureParameters;
- (void)_SBLogTouchesWithMethodName:(id)a0 withMethodName:(id)a1;
- (void)reset;
- (BOOL)_isOutsideOfExclusionTrapezoid;
- (id)_currentExclusionShapeForEdge:(unsigned long long)a0;
- (void)sb_commonInitHomeGesturePanGestureRecognizer;
- (BOOL)_shouldBegin;
- (void)_setUpExclusionTrapezoids;
- (double)averageTouchPathAngleOverTimeDuration:(double)a0;
- (id)initWithTarget:(id)a0 action:(SEL)a1 type:(long long)a2 options:(unsigned long long)a3;
- (long long)_touchInterfaceOrientation;
- (id)_currentKeyboardExclusionCompositeShape;
- (struct CGPoint { double x0; double x1; })averageTouchVelocityOverTimeDuration:(double)a0;
- (void)conformsToSBGestureRecognizerTouchHistoryProviding;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (void)settings:(id)a0 changedValueForKey:(id)a1;
- (void).cxx_destruct;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;

@end