Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java143 float hotseatShift = (progress - overviewProgress) * mShiftRange; in setProgress() local
144 mLauncher.getHotseat().setTranslationY(hotseatShift); in setProgress()