Searched refs:smallestSize (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 132 Point smallestSize = new Point(); in InvariantDeviceProfile() local 134 display.getCurrentSizeRange(smallestSize, largestSize); in InvariantDeviceProfile() 137 minWidthDps = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y), dm); in InvariantDeviceProfile() 172 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile() 174 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2408 Point smallestSize = new Point(); 2410 display.getCurrentSizeRange(smallestSize, largestSize); 2418 int height = smallestSize.y - paddingTop - paddingBottom; 2431 int width = smallestSize.x - paddingLeft - paddingRight;
|