Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java29 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
131 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, ACCEL_2); in setupInterpolators()
137 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, LINEAR); in setupInterpolators()
DNoButtonQuickSwitchTouchController.java35 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
194 nonOverviewBuilder.setInterpolator(ANIM_VERTICAL_PROGRESS, TRANSLATE_OUT_INTERPOLATOR); in setupAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java50 ANIM_VERTICAL_PROGRESS,
68 public static final int ANIM_VERTICAL_PROGRESS = 0; field in StateAnimationConfig
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java24 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
166 anim.setInterpolator(config.getInterpolator(ANIM_VERTICAL_PROGRESS, interpolator)); in setStateWithAnimation()