Home
last modified time | relevance | path

Searched refs:SKIP_OVERVIEW (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java32 SKIP_OVERVIEW,
39 public static final int SKIP_OVERVIEW = 1 << 1; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DScalingWorkspaceRevealAnim.kt37 import com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW
78 setupConfig.animFlags = SKIP_OVERVIEW.or(SKIP_DEPTH_CONTROLLER).or(SKIP_SCRIM)
DWorkspaceRevealAnim.java25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
127 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
DStaggeredWorkspaceAnim.java25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
215 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java32 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
84 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
78 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java41 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
292 config.animFlags = SKIP_OVERVIEW; in applyOverviewToAllAppsAnimConfig()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java45 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
235 config.animFlags |= SKIP_OVERVIEW | SKIP_SCRIM; in updateNonOverviewAnim()