Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DStateAnimationConfig.java52 ANIM_WORKSPACE_TRANSLATE,
70 public static final int ANIM_WORKSPACE_TRANSLATE = 2; field in StateAnimationConfig
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DQuickSwitchTouchController.java31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
130 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL_2); in setupInterpolators()
136 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, LINEAR); in setupInterpolators()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
142 config.getInterpolator(ANIM_WORKSPACE_TRANSLATE, ZOOM_OUT); in setWorkspaceProperty()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java47 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
145 config.setInterpolator(ANIM_WORKSPACE_TRANSLATE, ACCEL); in prepareForAtomicAnimation()