Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java37 private static final float LARGE_TABLET_MIN_DPS = 720; field in DeviceProfile
171 isLargeTablet = swDPs >= LARGE_TABLET_MIN_DPS; in DeviceProfile()