Searched refs:ANIM_SCRIM_FADE (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE; 209 config.setInterpolator(ANIM_SCRIM_FADE, in applyAllAppsToNormalConfig() 230 config.setInterpolator(ANIM_SCRIM_FADE, Interpolators.reverse(SCRIM_FADE_MANUAL)); in applyAllAppsToNormalConfig() 236 config.setInterpolator(ANIM_SCRIM_FADE, in applyAllAppsToNormalConfig() 252 config.setInterpolator(ANIM_SCRIM_FADE, ALL_APPS_SCRIM_RESPONDER); in applyNormalToAllAppsAnimConfig() 273 config.setInterpolator(ANIM_SCRIM_FADE, in applyNormalToAllAppsAnimConfig() 295 config.setInterpolator(ANIM_SCRIM_FADE, ALL_APPS_SCRIM_RESPONDER); in applyOverviewToAllAppsAnimConfig()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 50 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE; 114 config.setInterpolator(ANIM_SCRIM_FADE, in prepareForAtomicAnimation() 195 config.setInterpolator(ANIM_SCRIM_FADE, t -> { in prepareForAtomicAnimation() 225 config.setInterpolator(ANIM_SCRIM_FADE, clampToProgress(LINEAR, in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | StateAnimationConfig.java | 73 ANIM_SCRIM_FADE, 97 public static final int ANIM_SCRIM_FADE = 11; field in StateAnimationConfig
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE; 120 config.getInterpolator(ANIM_SCRIM_FADE, LINEAR)); in setProperties()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE; 212 config.getInterpolator(ANIM_SCRIM_FADE, ACCELERATE_2)); in setScrim()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ScalingWorkspaceRevealAnim.kt | 136 transitionConfig.setInterpolator(StateAnimationConfig.ANIM_SCRIM_FADE, SCALE_INTERPOLATOR)
|