Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
123 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL_2); in setupInterpolators()
129 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, LINEAR); in setupInterpolators()
DFlingAndHoldTouchController.java30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
161 builder.setInterpolator(ANIM_WORKSPACE_TRANSLATE, DEACCEL_3); in getConfigForStates()
DNoButtonQuickSwitchTouchController.java38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
216 nonOverviewBuilder.setInterpolator(ANIM_WORKSPACE_TRANSLATE, TRANSLATE_OUT_INTERPOLATOR); in setupAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java61 ANIM_WORKSPACE_TRANSLATE,
79 public static final int ANIM_WORKSPACE_TRANSLATE = 2; field in StateAnimationConfig
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java40 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
155 : config.getInterpolator(ANIM_WORKSPACE_TRANSLATE, ZOOM_OUT); in setWorkspaceProperty()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java52 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
208 config.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL); in prepareForAtomicAnimation()