Searched refs:scaleProgress (Results 1 – 2 of 2) sorted by relevance
287 float scaleProgress = ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE in onBackProgressed() local291 mAllAppScale.updateValue(scaleProgress); in onBackProgressed()295 final float scaleProgress = mAllAppScale.value; in onScaleProgressChanged() local296 SCALE_PROPERTY.set(mLauncher.getAppsView(), scaleProgress); in onScaleProgressChanged() local298 mLauncher.getScrimView().setScrimHeaderScale(scaleProgress); in onScaleProgressChanged()306 boolean hasScaleEffect = scaleProgress < 1f; in onScaleProgressChanged()
2631 float scaleProgress = maxScaleProgress;2634 scaleProgress = Utilities.mapToRange(scrollOffset, 0, mQuickSwitchScaleScrollThreshold,2637 scaleProgress = Utilities.mapToRange(scrollOffset,2642 return scaleProgress;