Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java77 @IntDef({TYPE_PHONE, TYPE_MULTI_DISPLAY, TYPE_TABLET})
81 public static final int TYPE_TABLET = 2; field in InvariantDeviceProfile
273 return TYPE_TABLET; in getDeviceType()
733 || (deviceType == TYPE_TABLET in GridOption()