Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java278 Point smallestSize = new Point(); in Info() local
280 display.getCurrentSizeRange(smallestSize, largestSize); in Info()
286 smallestSize.x, largestSize.y)); in Info()
288 largestSize.x, smallestSize.y)); in Info()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1441 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in AnimOpenProperties() local
1442 float maxScaleX = smallestSize / launcherIconBounds.width(); in AnimOpenProperties()
1443 float maxScaleY = smallestSize / launcherIconBounds.height(); in AnimOpenProperties()