Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java236 float originalSmallestWidth = dpiFromPx(Math.min(widthPx, heightPx), DENSITY_DEVICE_STABLE); in DeviceProfile() local
237 allowRotation = originalSmallestWidth >= MIN_TABLET_WIDTH; in DeviceProfile()