Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java62 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL_3; field in NavBarToHomeTouchController
151 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
157 .mapToProgress(PULLBACK_INTERPOLATOR, 0, 0.5f)); in initCurrentAnimation()
163 topView.addHintCloseAnim(mPullbackDistance, PULLBACK_INTERPOLATOR, builder); in initCurrentAnimation()
188 float interpolatedProgress = PULLBACK_INTERPOLATOR.getInterpolation(progress); in onDragEnd()