Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
135 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL_2); in setupInterpolators()
141 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, LINEAR); in setupInterpolators()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java52 ANIM_WORKSPACE_TRANSLATE,
74 public static final int ANIM_WORKSPACE_TRANSLATE = 2; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java54 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
167 config.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java49 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
194 config.getInterpolator(ANIM_WORKSPACE_TRANSLATE, ZOOM_OUT); in setWorkspaceProperty()