Home
last modified time | relevance | path

Searched refs:ANIM_WORKSPACE_FADE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java53 ANIM_WORKSPACE_FADE,
71 public static final int ANIM_WORKSPACE_FADE = 3; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java44 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
92 config.setInterpolator(ANIM_WORKSPACE_FADE, ACCEL); in prepareForAtomicAnimation()
156 config.setInterpolator(ANIM_WORKSPACE_FADE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
108 Interpolator fadeInterpolator = config.getInterpolator(ANIM_WORKSPACE_FADE, in setWorkspaceProperty()
188 Interpolator fadeInterpolator = config.getInterpolator(ANIM_WORKSPACE_FADE, in applyChildState()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
126 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_FADE, DEACCEL_2); in setupInterpolators()
DNoButtonQuickSwitchTouchController.java36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
190 nonOverviewBuilder.setInterpolator(ANIM_WORKSPACE_FADE, FADE_OUT_INTERPOLATOR); in setupAnimators()