Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java68 private final float mPullbackDistance; field in NavBarToHomeTouchController
79 mPullbackDistance = mLauncher.getResources().getDimension(R.dimen.home_pullback_distance); in NavBarToHomeTouchController()
151 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
163 topView.addHintCloseAnim(mPullbackDistance, PULLBACK_INTERPOLATOR, builder); in initCurrentAnimation()