Home
last modified time | relevance | path

Searched refs:SKIP_DEPTH_CONTROLLER (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java33 SKIP_DEPTH_CONTROLLER,
40 public static final int SKIP_DEPTH_CONTROLLER = 1 << 2; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DScalingWorkspaceRevealAnim.kt36 import com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER
78 setupConfig.animFlags = SKIP_OVERVIEW.or(SKIP_DEPTH_CONTROLLER).or(SKIP_SCRIM)
DWorkspaceRevealAnim.java24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
127 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
DStaggeredWorkspaceAnim.java24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
215 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
DOverviewToHomeAnim.java91 config.animFlags |= StateAnimationConfig.SKIP_DEPTH_CONTROLLER; in animateWithVelocity()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java21 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
145 if (config.hasAnimationFlag(SKIP_DEPTH_CONTROLLER) in setStateWithAnimation()