Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DBackGestureTutorialController.java182 float smoothedExitingAppScale = Utilities.mapBoundToRange( in onBackGestureProgress() local
193 mExitingAppView.setScaleX(smoothedExitingAppScale); in onBackGestureProgress()
194 mExitingAppView.setScaleY(smoothedExitingAppScale); in onBackGestureProgress()