Home
last modified time | relevance | path

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

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