Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java89 private float mShiftRange; // changes depending on the orientation field in AllAppsTransitionController
97 mShiftRange = mLauncher.getDeviceProfile().heightPx; in AllAppsTransitionController()
105 return mShiftRange; in getShiftRange()
129 mAppsView.setTranslationY(mProgress * mShiftRange); in setProgress()
216 mShiftRange = mLauncher.getDeviceProfile().heightPx - mScrollRangeDelta; in setScrollRangeDelta()