Searched refs:PULLBACK_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
62 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL_3; field in NavBarToHomeTouchController142 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()
87 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL; field in BaseSwipeUpHandler176 pullbackProgress = PULLBACK_INTERPOLATOR.getInterpolation(pullbackProgress); in updateDisplacement()