Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java62 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL_3; field in NavBarToHomeTouchController
142 pullback.setInterpolator(PULLBACK_INTERPOLATOR); in initCurrentAnimation()
149 allAppsProgress.setInterpolator(PULLBACK_INTERPOLATOR); in initCurrentAnimation()
153 .mapToProgress(PULLBACK_INTERPOLATOR, 0, 0.5f)); in initCurrentAnimation()
163 hintCloseAnim.setInterpolator(PULLBACK_INTERPOLATOR); in initCurrentAnimation()
191 float interpolatedProgress = PULLBACK_INTERPOLATOR.getInterpolation(progress); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java87 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL; field in BaseSwipeUpHandler
176 pullbackProgress = PULLBACK_INTERPOLATOR.getInterpolation(pullbackProgress); in updateDisplacement()