Searched refs:smallestSize (Results 1 – 4 of 4) sorted by relevance
157 Point smallestSize = i.getArgument(0); in verifyNoTransforms()159 smallestSize.x = smallestSize.y = Math.min(mDisplaySize.x, mDisplaySize.y); in verifyNoTransforms()162 smallestSize.x -= mDisplayInsets.left + mDisplayInsets.right; in verifyNoTransforms()165 smallestSize.y -= mDisplayInsets.top + mDisplayInsets.bottom; in verifyNoTransforms()
359 Point smallestSize = new Point(); in getSupportedBoundsForDisplay() local361 display.getCurrentSizeRange(smallestSize, largestSize); in getSupportedBoundsForDisplay()367 smallestSize.x, largestSize.y)); in getSupportedBoundsForDisplay()369 largestSize.x, smallestSize.y)); in getSupportedBoundsForDisplay()
440 final int smallestSize = Math.min(size.getWidth(), size.getHeight()); in getSizeForAspectRatio() local441 final int minSize = (int) Math.max(minEdgeSize, smallestSize); in getSizeForAspectRatio()
1721 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in AnimOpenProperties() local1722 float maxScaleX = smallestSize / launcherIconBounds.width(); in AnimOpenProperties()1723 float maxScaleY = smallestSize / launcherIconBounds.height(); in AnimOpenProperties()