Home
last modified time | relevance | path

Searched refs:ANIM_DEPTH (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DStateAnimationConfig.java63 ANIM_DEPTH,
81 public static final int ANIM_DEPTH = 13; field in StateAnimationConfig
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
165 config.setInterpolator(ANIM_DEPTH, OVERSHOOT_1_2); in prepareForAtomicAnimation()
173 config.setInterpolator(ANIM_DEPTH, DEACCEL_3); in prepareForAtomicAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DDepthController.java20 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
267 animation.setFloat(this, DEPTH, toDepth, config.getInterpolator(ANIM_DEPTH, LINEAR)); in setStateWithAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonQuickSwitchTouchController.java34 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
194 nonOverviewBuilder.setInterpolator(ANIM_DEPTH, FADE_OUT_INTERPOLATOR); in setupAnimators()