Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DStateAnimationConfig.java56 ANIM_OVERVIEW_SCALE,
74 public static final int ANIM_OVERVIEW_SCALE = 6; field in StateAnimationConfig
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
103 config.setInterpolator(ANIM_OVERVIEW_SCALE, FINAL_FRAME); in prepareForAtomicAnimation()
110 config.setInterpolator(ANIM_OVERVIEW_SCALE, clampToProgress(ACCEL, 0, 0.9f)); in prepareForAtomicAnimation()
164 config.setInterpolator(ANIM_OVERVIEW_SCALE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
94 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
96 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DQuickSwitchTouchController.java27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
132 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_SCALE, ACCEL_2); in setupInterpolators()