@class SBStackedFloatingSwitcherModifier, NSString, SBAppLayout, CADisplayLink, UIViewFloatAnimatableProperty, SBDismissSiriSwitcherModifier, SBHomeGestureFinalDestinationSwitcherModifier; @interface SBHomeGestureFloatingSwitcherModifier : SBGestureSwitcherModifier { SBStackedFloatingSwitcherModifier *_stackedLayoutModifier; SBHomeGestureFinalDestinationSwitcherModifier *_finalDestinationModifier; SBDismissSiriSwitcherModifier *_dismissSiriModifier; SBAppLayout *_selectedAppLayout; BOOL _continuingGesture; BOOL _lastGestureWasAnArcSwipe; long long _floatingConfiguration; double _rubberbandedYTranslation; double _scaleProgress; double _multitaskingHintProgress; UIViewFloatAnimatableProperty *_rampingProperty; BOOL _gestureHasBegun; BOOL _gestureHasEnded; BOOL _inMultitasking; UIViewFloatAnimatableProperty *_inMultitaskingChangedProperty; struct CGPoint { double x; double y; } _touchOffset; BOOL _hasTriggeredCardFlyIn; double _translationYWhenTriggeredCardFlyIn; BOOL _hasBecomeCoplanarSinceGestureFromSwitcherBegan; struct CGPoint { double x; double y; } _gestureLiftOffVelocity; struct CGPoint { double x; double y; } _gestureLiftOffTranslation; struct CGPoint { double x; double y; } _translationAdjustmentForStartingFromSwitcher; struct CGPoint { double x; double y; } _translationAdjustmentForStartingFromHomeScreen; double _progressToInSwitcherCardScale; double _progressToMaxTranslation; struct CGPoint { double x; double y; } _translation; struct CGPoint { double x; double y; } _velocity; CADisplayLink *_displayLink; double _lastTouchTimestamp; long long _gestureHoldTimer; struct CGPoint { double x; double y; } _initialTouchLocation; struct CGPoint { double x; double y; } _lastTouchLocation; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_applyPrototypeSettings; - (double)dimmingAlphaForLayoutRole:(long long)a0 inAppLayout:(id)a1; - (void)_displayLinkFired:(id)a0; - (void)didMoveToParentModifier:(id)a0; - (id)appLayoutsToResignActive; - (id)visibleAppLayouts; - (BOOL)isContentStatusBarVisibleForIndex:(unsigned long long)a0; - (double)scaleForIndex:(unsigned long long)a0; - (struct UIRectCornerRadii { double x0; double x1; double x2; double x3; })cornerRadiiForIndex:(unsigned long long)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForIndex:(unsigned long long)a0; - (id)adjustedAppLayoutsForAppLayouts:(id)a0; - (double)shadowOpacityForLayoutRole:(long long)a0 atIndex:(unsigned long long)a1; - (id)keyboardSuppressionMode; - (id)appLayoutsToCacheSnapshots; - (double)shadowOffsetForIndex:(unsigned long long)a0; - (unsigned long long)slideOverTongueDirection; - (id)appLayoutToAttachSlideOverTongue; - (unsigned long long)slideOverTongueState; - (id)topMostLayoutElements; - (id)handleTransitionEvent:(id)a0; - (void).cxx_destruct; - (struct SBSwitcherAsyncRenderingAttributes { BOOL x0; BOOL x1; })asyncRenderingAttributesForAppLayout:(id)a0; - (double)opacityForLayoutRole:(long long)a0 inAppLayout:(id)a1 atIndex:(unsigned long long)a2; - (id)animationAttributesForLayoutElement:(id)a0; - (double)_switcherCardScale; - (double)_distanceYToInSwitcherCardScale; - (void)_beginAnimatingMultitaskingPropertyWithMode:(long long)a0 settings:(id)a1; - (void)_beginAnimatingRampingPropertyWithSettings:(id)a0; - (double)_centerYOffsetDuringGesture; - (double)_distanceYToMaxTranslation; - (struct CGPoint { double x0; double x1; })_frameOffsetForTranslation:(struct CGPoint { double x0; double x1; })a0; - (double)_gestureProgressToMaxTranslationForTranslation:(double)a0; - (BOOL)_hasPausedEnoughForFlyIn; - (BOOL)_hasTraveledSufficientDistanceForHomeOrAppSwitcher; - (BOOL)_inMultitaskingForLocation:(struct CGPoint { double x0; double x1; })a0 translation:(struct CGPoint { double x0; double x1; })a1; - (double)_inSwitcherCenterYOffsetWhenPresented; - (BOOL)_isSelectedAppLayoutAtIndex:(unsigned long long)a0; - (BOOL)_isTranslationPastDistanceThresholdToUnconditionallyGoHome:(double)a0; - (id)_layoutSettingsForAppLayout:(id)a0 layoutSettings:(id)a1; - (id)_responseForActivatingFinalDestination:(long long)a0; - (double)_scaleForTranslation:(struct CGPoint { double x0; double x1; })a0; - (unsigned long long)_selectedAppLayoutIndex; - (id)_updateForGestureDidBeginWithEvent:(id)a0; - (id)_updateForGestureDidChangeWithEvent:(id)a0; - (id)_updateForGestureDidEndWithEvent:(id)a0; - (void)_updateGestureTranslationVelocityAndProgressWithEvent:(id)a0; - (id)_updateInMultitaskingIfNeededWithLocation:(struct CGPoint { double x0; double x1; })a0; - (long long)currentFinalDestination; - (id)handleGestureEvent:(id)a0; - (id)handleHomeGestureSettingsChangedEvent:(id)a0; - (id)initWithGestureID:(id)a0 selectedAppLayout:(id)a1 continuingGesture:(BOOL)a2 lastGestureWasAnArcSwipe:(BOOL)a3 floatingConfiguration:(long long)a4; - (double)unconditionalDistanceThresholdForHome; @end