Searched refs:smallestSize (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 180 Point smallestSize = new Point(); in initGrid() local 182 display.getCurrentSizeRange(smallestSize, largestSize); in initGrid() 186 float minWidthDps = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y), dm); in initGrid() 228 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid() 230 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 437 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in getOpeningWindowAnimators() local 438 float maxScaleX = smallestSize / bounds.width(); in getOpeningWindowAnimators() 439 float maxScaleY = smallestSize / bounds.height(); in getOpeningWindowAnimators()
|