Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java88 public static final Interpolator BLUR_MANUAL = field in AllAppsSwipeController
211 config.setInterpolator(ANIM_DEPTH, Interpolators.reverse(BLUR_MANUAL)); in applyAllAppsToNormalConfig()
251 config.setInterpolator(ANIM_DEPTH, config.userControlled ? BLUR_MANUAL : BLUR_ATOMIC); in applyNormalToAllAppsAnimConfig()