Home
last modified time | relevance | path

Searched refs:ALL_APPS_FADE_MANUAL (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java20 import static com.android.launcher3.touch.AllAppsSwipeController.ALL_APPS_FADE_MANUAL;
124 isOpening ? ALL_APPS_FADE_MANUAL : Interpolators.reverse(ALL_APPS_FADE_MANUAL); in onOpenCloseAnimationPending()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java132 public static final Interpolator ALL_APPS_FADE_MANUAL = field in AllAppsSwipeController
232 Interpolators.reverse(ALL_APPS_FADE_MANUAL)); in applyAllAppsToNormalConfig()
276 config.isUserControlled() ? ALL_APPS_FADE_MANUAL : ALL_APPS_FADE_ATOMIC); in applyNormalToAllAppsAnimConfig()