Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java67 private static final Interpolator PULLBACK_INTERPOLATOR = DECELERATE_3; field in NavBarToHomeTouchController
161 -mPullbackDistance, PULLBACK_INTERPOLATOR); in initCurrentAnimation()
163 0.5f, PULLBACK_INTERPOLATOR); in initCurrentAnimation()
167 topView.addHintCloseAnim(mPullbackDistance, PULLBACK_INTERPOLATOR, builder); in initCurrentAnimation()
192 float interpolatedProgress = PULLBACK_INTERPOLATOR.getInterpolation(progress); in onDragEnd()