Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
220 config.setInterpolator(ANIM_WORKSPACE_FADE, in applyAllAppsToNormalConfig()
239 config.setInterpolator(ANIM_WORKSPACE_FADE, INSTANT); in applyAllAppsToNormalConfig()
261 config.setInterpolator(ANIM_WORKSPACE_FADE, in applyNormalToAllAppsAnimConfig()
298 config.setInterpolator(ANIM_WORKSPACE_FADE, clampToProgress(LINEAR, 0.8f, 1)); in applyOverviewToAllAppsAnimConfig()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java64 ANIM_WORKSPACE_FADE,
88 public static final int ANIM_WORKSPACE_FADE = 3; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java51 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
119 config.setInterpolator(ANIM_WORKSPACE_FADE, ACCELERATE); in prepareForAtomicAnimation()
191 config.setInterpolator(ANIM_WORKSPACE_FADE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java43 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
153 Interpolator workspaceFadeInterpolator = config.getInterpolator(ANIM_WORKSPACE_FADE, in setWorkspaceProperty()
228 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;
127 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_FADE, DECELERATE_2); in setupInterpolators()
DNoButtonQuickSwitchTouchController.java42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
212 nonOverviewBuilder.setInterpolator(ANIM_WORKSPACE_FADE, FADE_OUT_INTERPOLATOR); in setupAnimators()