Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java36 private static final float TABLET_MIN_DPS = 600; field in DeviceProfile
170 isTablet = swDPs >= TABLET_MIN_DPS; in DeviceProfile()