Home
last modified time | relevance | path

Searched refs:ANIM_OVERVIEW_SCALE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
124 config.setInterpolator(ANIM_OVERVIEW_SCALE, FINAL_FRAME); in prepareForAtomicAnimation()
146 config.setInterpolator(ANIM_OVERVIEW_SCALE, clampToProgress(ACCELERATE, 0, 0.9f)); in prepareForAtomicAnimation()
193 config.setInterpolator(ANIM_OVERVIEW_SCALE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java68 ANIM_OVERVIEW_SCALE,
92 public static final int ANIM_OVERVIEW_SCALE = 6; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java28 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
106 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
104 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
133 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_SCALE, ACCELERATE_2); in setupInterpolators()