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.java65 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL_3; field in NavBarToHomeTouchController
160 -mPullbackDistance / recentsView.getPageOffsetScale(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
168 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
174 .mapToProgress(PULLBACK_INTERPOLATOR, 0, 0.5f)); in initCurrentAnimation()
180 topView.addHintCloseAnim(mPullbackDistance, PULLBACK_INTERPOLATOR, builder); in initCurrentAnimation()
206 float interpolatedProgress = PULLBACK_INTERPOLATOR.getInterpolation(progress); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java51 private static final Interpolator PULLBACK_INTERPOLATOR = DEACCEL; field in SwipeUpAnimationLogic
130 pullbackProgress = PULLBACK_INTERPOLATOR.getInterpolation(pullbackProgress); in updateDisplacement()