Searched refs:ANIM_WORKSPACE_FADE (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 38 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/ |
D | StateAnimationConfig.java | 64 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/ |
D | QuickstepAtomicAnimationFactory.java | 51 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/ |
D | WorkspaceStateTransitionAnimation.java | 43 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/ |
D | QuickSwitchTouchController.java | 30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE; 127 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_FADE, DECELERATE_2); in setupInterpolators()
|
D | NoButtonQuickSwitchTouchController.java | 42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE; 212 nonOverviewBuilder.setInterpolator(ANIM_WORKSPACE_FADE, FADE_OUT_INTERPOLATOR); in setupAnimators()
|