Searched refs:PULLBACK_INTERPOLATOR (Results 1 – 1 of 1) sorted by relevance
62 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL_3; field in NavBarToHomeTouchController151 -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()