Home
last modified time | relevance | path

Searched refs:smallestSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java133 Point smallestSize = new Point(); in InvariantDeviceProfile() local
135 display.getCurrentSizeRange(smallestSize, largestSize); in InvariantDeviceProfile()
138 minWidthDps = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y), dm); in InvariantDeviceProfile()
174 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile()
176 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in InvariantDeviceProfile()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java2408 Point smallestSize = new Point();
2410 display.getCurrentSizeRange(smallestSize, largestSize);
2418 int height = smallestSize.y - paddingTop - paddingBottom;
2431 int width = smallestSize.x - paddingLeft - paddingRight;