luxlabs header browser preview


@class NSString, SBDragAndDropToAppTransitionSwitcherModifier, SBAppLayout;

@interface SBAppDragAndDropGestureSwitcherModifier : SBGestureSwitcherModifier {
    BOOL _floatingSwitcherVisible;
    SBAppLayout *_initialFullScreenAppLayout;
    SBAppLayout *_fullScreenAppLayout;
    SBAppLayout *_dropTransitionFromAppLayout;
    SBDragAndDropToAppTransitionSwitcherModifier *_transitionModifier;
    long long _dropAction;
    NSString *_draggedSceneIdentifier;
    BOOL _isWindowDrag;
    BOOL _hasPlatterized;
    BOOL _hasPreviewLifted;
    long long _draggedSceneOriginalLayoutRole;
    struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _platterFrame;
    struct CGPoint { double x; double y; } _location;
    BOOL _shouldPushInFullScreenContent;
    BOOL _isResizing;
    BOOL _hasResizedEnoughToUnblur;
    BOOL _isBlurring;
    BOOL _isBlurred;
    BOOL _needsBlurBecauseFramesWillMismatch;
    BOOL _gestureEnded;
}

- (double)dimmingAlphaForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (BOOL)switcherHitTestsAsOpaque;
- (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;
- (double)backgroundOpacityForIndex:(unsigned long long)a0;
- (BOOL)isLayoutRoleBlurred:(long long)a0 inAppLayout:(id)a1;
- (double)homeScreenDimmingAlpha;
- (BOOL)isResizeGrabberVisibleForAppLayout:(id)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForLayoutRole:(long long)a0 inAppLayout:(id)a1 withBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2;
- (id)handleTransitionEvent:(id)a0;
- (void).cxx_destruct;
- (BOOL)isLayoutRoleMatchMovedToScene:(long long)a0 inAppLayout:(id)a1;
- (id)resizeProgressNotificationsForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (id)animationAttributesForLayoutElement:(id)a0;
- (BOOL)_isDraggingLiveWindow;
- (void)_recomputeBlurStateWithCompletion:(id /* block */)a0;
- (BOOL)_shouldPushInFullScreenContentForEvent:(id)a0;
- (BOOL)_showResizeUI;
- (BOOL)completesWhenChildrenComplete;
- (id)handleBlurProgressEvent:(id)a0;
- (id)handleGestureEvent:(id)a0;
- (id)handleResizeProgressEvent:(id)a0;
- (id)handleSceneReadyEvent:(id)a0;
- (id)initWithGestureID:(id)a0 floatingSwitcherVisible:(BOOL)a1 fullScreenAppLayout:(id)a2;

@end