Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java65 ANIM_OVERVIEW_SCALE,
83 public static final int ANIM_OVERVIEW_SCALE = 6; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
86 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
165 config.setInterpolator(ANIM_OVERVIEW_SCALE, clampToProgress(ACCEL, 0, 0.9f)); in prepareForAtomicAnimation()
220 config.setInterpolator(ANIM_OVERVIEW_SCALE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
97 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
125 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_SCALE, ACCEL_2); in setupInterpolators()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java15 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
176 ? config.getInterpolator(ANIM_OVERVIEW_SCALE, FAST_OUT_SLOW_IN) in setStateWithAnimation()