Searched refs:smallestSize (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 125 Point smallestSize = new Point(); in InvariantDeviceProfile() local 127 display.getCurrentSizeRange(smallestSize, largestSize); in InvariantDeviceProfile() 130 minWidthDps = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y), dm); in InvariantDeviceProfile() 165 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile() 167 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile()
|
D | Workspace.java | 2970 Point smallestSize = new Point(); 2972 display.getCurrentSizeRange(smallestSize, largestSize); 2980 int height = smallestSize.y - padding.top - padding.bottom; 2990 int width = smallestSize.x - padding.left - padding.right;
|
/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;
|