luxlabs header browser preview


@class SBTouchHistory, FBSDisplayConfiguration, NSString;

@interface SBFluidScrunchGestureRecognizer : SBTouchTemplateGestureRecognizer <SBGestureRecognizerTouchHistoryProviding, SBGestureRecognizerPanGestureProviding>

@property (nonatomic) struct CGPoint { double x; double y; } absoluteTranslation;
@property (nonatomic) double absoluteScale;
@property (nonatomic) struct CGPoint { double x; double y; } additionalTranslationDueToChangingAnchorPoints;
@property (nonatomic) double lastPerimeter;
@property (nonatomic) struct CGPoint { double x; double y; } initialCentroid;
@property (retain, nonatomic) SBTouchHistory *touchHistory;
@property (retain, nonatomic) FBSDisplayConfiguration *displayConfiguration;
@property (readonly, nonatomic) struct CGPoint { double x0; double x1; } centroid;
@property (readonly, nonatomic) long long recognizedTouchType;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)_panTemplatesForTouchType:(long long)a0 displayConfiguration:(id)a1;
+ (void)_rotateTemplates:(id)a0 forDisplayConfiguration:(id)a1;
+ (id)_scrunchTemplatesForTouchType:(long long)a0 displayConfiguration:(id)a1;

- (struct CGPoint { double x0; double x1; })velocityInView:(id)a0;
- (double)_hysteresis;
- (double)peakSpeed;
- (struct CGPoint { double x0; double x1; })translationWithoutConsideringScaleInView:(id)a0;
- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (void)setAllowedTouchTypes:(id)a0;
- (void)reset;
- (double)animationDistance;
- (void)_computeGestureMotionWithTouches:(id)a0 polygon:(id)a1;
- (double)averageTouchPathAngleOverTimeDuration:(double)a0;
- (BOOL)_shouldAddNewTouchesAfterGestureRecognition;
- (void)_updateRecognizedTouchTypeIfNecessaryWithTouches:(id)a0;
- (struct CGPoint { double x0; double x1; })averageTouchVelocityOverTimeDuration:(double)a0;
- (void)conformsToSBGestureRecognizerTouchHistoryProviding;
- (void)_installTemplatesForDisplayConfiguration:(id)a0;
- (id)initWithTarget:(id)a0 action:(SEL)a1;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (void)setState:(long long)a0;
- (void)_setMatchedPolygon:(id)a0;
- (void).cxx_destruct;
- (struct CGPoint { double x0; double x1; })translationInView:(id)a0;
- (struct CGPoint { double x0; double x1; })_centroidInGestureViewForPolygon:(id)a0;
- (id)initWithTarget:(id)a0 action:(SEL)a1 displayConfiguration:(id)a2;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;
- (id)_gestureView;
- (struct CGPoint { double x0; double x1; })locationInView:(id)a0;
- (BOOL)_isMatchedTemplateScrunchTemplate;
- (double)incrementalGestureMotionForCandidate:(id)a0 withTransformAnalyzerInfo:(id)a1;
- (id)logCategory;

@end