@class SBFloatingSwitcherSettings, SBSwitcherChamoisSettings, SBAppSwitcherOrbGestureSettings, SBCenterWindowSizingSettings, SBSwitcherSystemApertureSettings, SBFluidSwitcherAnimationSettings, PTOutlet; @interface SBAppSwitcherSettings : PTSettings { long long _simplicityOptions; } @property long long simplicityOptions; @property BOOL simplicityOptionNoSnapshots; @property BOOL simplicityOptionNoCrossfade; @property BOOL simplicityOptionNoLabels; @property BOOL simplicityOptionNoIcons; @property BOOL simplicityOptionNoBlurs; @property BOOL simplicityOptionNoShadows; @property BOOL simplicityOptionNoControlCenter; @property BOOL simplicityOptionNoSnapshotBkg; @property BOOL showFloats; @property double liveResizeSceneUpdateDistanceThreshold; @property double liveResizeSceneUpdateTimeThresholdSeconds; @property BOOL liveResizeUsesGrid; @property double liveResizeGridRubberbandingRange; @property double liveResizeGridMinimumWidth; @property double liveResizeGridMinimumHeight; @property BOOL liveResizeSendsAnimatedSceneSizeUpdates; @property double liveResizePointerInteractionRegionOuterLength; @property double liveResizePointerInteractionRegionInnerLength; @property double snapshotAspectRatioAcceptanceThreshold; @property long long switcherStyle; @property BOOL useAsynchronousRendering; @property BOOL shouldRoundCornersDuringSwipeUp; @property double asynchronousRenderingDisableSurfaceCacheDelayDuration; @property double preventMedusaSnapshotsAfterTransitionDuration; @property (retain, nonatomic) SBSwitcherSystemApertureSettings *systemApertureSettings; @property (retain, nonatomic) SBSwitcherChamoisSettings *chamoisSettings; @property (retain, nonatomic) SBFloatingSwitcherSettings *floatingSwitcherSettings; @property (retain, nonatomic) SBAppSwitcherOrbGestureSettings *orbGestureSettings; @property (retain, nonatomic) SBCenterWindowSizingSettings *centerWindowSizingSettings; @property double mScale; @property double centerPoint; @property double maxScale; @property double mAlpha; @property double bAlpha; @property double mDarkening; @property double bDarkening; @property double maxDarkening; @property double tetheredInsertionRemovalInsetForDeterminingVisibility; @property double switcherCardScaleWhileTouched; @property double switcherCardScaleWhileCursorHovered; @property double switcherCardShadowRadius; @property double switcherCardShadowOpacity; @property double switcherCardShadowOffsetHorizontal; @property double switcherCardShadowOffsetVertical; @property double switcherCenterYOffsetPercentOfScreenHeight; @property double switcherCardShadowRadiusWhileTouched; @property double switcherCardShadowOpacityWhileTouched; @property double switcherCardShadowOffsetHorizontalWhileTouched; @property double switcherCardShadowOffsetVerticalWhileTouched; @property double cursorHoverShadowRadiusInterpolationAmount; @property double cursorHoverShadowOpacityInterpolationAmount; @property double cursorHoverShadowOffsetInterpolationAmount; @property double peekInsetWidth; @property double tintStyleDimmingAlphaInFocusForDarkMode; @property double tintStyleDimmingAlphaUnFocusForDarkMode; @property double tintStyleDimmingAlphaInFocusForLightMode; @property double appExposeNonFloatingSingleRowScale; @property double appExposeNonFloatingDoubleRowScale; @property double appExposeFloatingDoubleRowScale; @property double gridSwitcherPageScale; @property double gridSwitcherHorizontalInterpageSpacingLandscape; @property double gridSwitcherVerticalNaturalSpacingLandscape; @property double gridSwitcherHorizontalInterpageSpacingPortrait; @property double gridSwitcherVerticalNaturalSpacingPortrait; @property double gridSwitcherSnapToControlCenterHeightSlop; @property double gridSwitcherSwipeUpNormalizedRubberbandingRange; @property double gridSwitcherSwipeUpNormalizedRubberbandedTranslationAtMinimumScale; @property double gridSwitcherSwipeUpMinimumScale; @property double gridSwitcherHomeButtonDeviceCardCornerRadius; @property unsigned long long numberOfSnapshotsToCacheInSwitcher; @property unsigned long long numberOfSnapshotsToAlwaysKeepAround; @property double spacingBetweenLeadingEdgeAndIcon; @property double spacingBetweenTrailingEdgeAndLabels; @property double iconSideLength; @property double spacingBetweenSnapshotAndIcon; @property double spacingBetweenSnapshotAndDescriptionLabelBaseline; @property double spacingBetweenTitleAndSubtitleBaseline; @property double spacingBetweenIconAndLabel; @property double spacingBetweenLabelAndMultipleWindowsIndicator; @property double multipleWindowsIndicatorSideLength; @property double spacingBetweenLabelAndSecondIcon; @property double spacingBetweenBoundsCenterAndSecondIcon; @property double deckSwitcherPageScale; @property double deckSwitcherDecelerationRate; @property double aExpLayoutCoeff; @property double bExpLayoutCoeff; @property double depthPadding; @property double offscreenCardScaleForFlyIn; @property double coplanarSpacingPhone; @property double coplanarSpacingPad; @property BOOL useTitleOpacityPrototypeSettings; @property double titleOpacityACoeff; @property double titleOpacityBCoeff; @property double titleOpacityCCoeff; @property double titleOpacityDCoeff; @property BOOL shouldRedactWindowContents; @property BOOL showModifierDebugLabel; @property BOOL showMainModifierTimeline; @property BOOL showFloatingModifierTimeline; @property BOOL shouldDisableSwitcherModelUpdatesForDemo; @property (retain, nonatomic) SBFluidSwitcherAnimationSettings *animationSettings; @property (retain, nonatomic) PTOutlet *clearModelOutlet; @property (retain, nonatomic) PTOutlet *stashModelOutlet; @property (retain, nonatomic) PTOutlet *loadModelOutlet; @property (retain, nonatomic) PTOutlet *addAppsToModelOutlet; @property (retain, nonatomic) PTOutlet *addPPTAppsToModelOutlet; + (id)settingsControllerModule; - (void)setDefaultValues; - (void)setSimplicityOptions:(long long)a0; - (id)archiveValueForKey:(id)a0; - (BOOL)shouldSimplifyForOptions:(long long)a0; - (long long)simplicityOptions; - (double)_spacingBetweenLeadingEdgeAndIcon; - (long long)effectiveSwitcherStyle; - (void).cxx_destruct; @end