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.java125 float shiftCurrent = progress * mShiftRange; in setProgress() local
127 mAppsView.setTranslationY(shiftCurrent); in setProgress()
131 boolean forceChange = shiftCurrent - mScrimView.getDragHandleSize() in setProgress()