luxlabs header browser preview


@class SBSwitcherShelf, SBAppLayout;

@interface SBShelfZoomTransitionModifier : SBTransitionSwitcherModifier {
    unsigned long long _direction;
    SBAppLayout *_fromAppLayout;
    SBAppLayout *_toAppLayout;
    SBSwitcherShelf *_shelf;
    SBAppLayout *_centerWindowAppLayout;
    SBAppLayout *_fullScreenSpaceAppLayout;
    SBAppLayout *_centerWindowBeingReplacedAppLayout;
}

- (id)appLayoutsToEnsureExistForMainTransitionEvent:(id)a0;
- (double)dimmingAlphaForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (id)visibleAppLayouts;
- (long long)shadowStyleForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (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;
- (long long)headerStyleForIndex:(unsigned long long)a0;
- (double)shadowOpacityForLayoutRole:(long long)a0 atIndex:(unsigned long long)a1;
- (double)titleOpacityForIndex:(unsigned long long)a0;
- (id)descriptionBuilderWithMultilinePrefix:(id)a0;
- (double)titleAndIconOpacityForIndex:(unsigned long long)a0;
- (id)topMostLayoutElements;
- (struct SBSwitcherShelfPresentationAttributes { BOOL x0; struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } x1; unsigned long long x2; unsigned long long x3; })presentationAttributesForShelf:(id)a0;
- (void).cxx_destruct;
- (id)transitionDidEnd;
- (struct SBSwitcherAsyncRenderingAttributes { BOOL x0; BOOL x1; })asyncRenderingAttributesForAppLayout:(id)a0;
- (double)contentPageViewScaleForAppLayout:(id)a0 withScale:(double)a1;
- (double)opacityForLayoutRole:(long long)a0 inAppLayout:(id)a1 atIndex:(unsigned long long)a2;
- (double)scaleForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (id)transitionWillBegin;
- (double)perspectiveAngleForAppLayout:(id)a0;
- (id)animationAttributesForLayoutElement:(id)a0;
- (id)hiddenAppLayoutsInShelf:(id)a0;
- (id)initWithTransitionID:(id)a0 direction:(unsigned long long)a1 fromAppLayout:(id)a2 toAppLayout:(id)a3 shelf:(id)a4;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_frameForCenterWindowInShelf;
- (BOOL)_isEffectivelyInShelf;
- (BOOL)_shouldDimLayoutRole:(long long)a0 inAppLayout:(id)a1 forZoomDirection:(unsigned long long)a2;

@end