Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java414 float maxScaleY = endBounds.height() / startTaskViewBounds.height(); in SplitOverlayProperties() local
417 finalTaskViewScaleY = maxScaleY; in SplitOverlayProperties()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1963 float maxScaleY = smallestSize / launcherIconBounds.height(); in AnimOpenProperties() local
1973 finalAppIconScale = Math.max(maxScaleX, maxScaleY); in AnimOpenProperties()