Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java287 float scaleProgress = ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE in onBackProgressed() local
291 mAllAppScale.updateValue(scaleProgress); in onBackProgressed()
295 final float scaleProgress = mAllAppScale.value; in onScaleProgressChanged() local
296 SCALE_PROPERTY.set(mLauncher.getAppsView(), scaleProgress); in onScaleProgressChanged() local
298 mLauncher.getScrimView().setScrimHeaderScale(scaleProgress); in onScaleProgressChanged()
306 boolean hasScaleEffect = scaleProgress < 1f; in onScaleProgressChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java2631 float scaleProgress = maxScaleProgress;
2634 scaleProgress = Utilities.mapToRange(scrollOffset, 0, mQuickSwitchScaleScrollThreshold,
2637 scaleProgress = Utilities.mapToRange(scrollOffset,
2642 return scaleProgress;