Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java841 private static final int DEVICE_CATEGORY_TABLET = 1 << 1; field in InvariantDeviceProfile.GridOption
844 DEVICE_CATEGORY_PHONE | DEVICE_CATEGORY_TABLET | DEVICE_CATEGORY_MULTI_DISPLAY;
1043 return (deviceCategory & DEVICE_CATEGORY_TABLET) == DEVICE_CATEGORY_TABLET; in isEnabled()