Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java130 float shiftCurrent = progress * mShiftRange; in setProgress() local
132 mAppsView.setTranslationY(shiftCurrent); in setProgress()