Searched refs:smallestSize (Results 1 – 2 of 2) sorted by relevance
278 Point smallestSize = new Point(); in Info() local280 display.getCurrentSizeRange(smallestSize, largestSize); in Info()286 smallestSize.x, largestSize.y)); in Info()288 largestSize.x, smallestSize.y)); in Info()
1441 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in AnimOpenProperties() local1442 float maxScaleX = smallestSize / launcherIconBounds.width(); in AnimOpenProperties()1443 float maxScaleY = smallestSize / launcherIconBounds.height(); in AnimOpenProperties()