Searched refs:TABLET (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/expo-device/build/ |
| H A D | Device.types.d.ts | 16 TABLET = 2, enumerator
|
| H A D | ExpoDevice.web.js | 17 return DeviceType.TABLET;
|
| H A D | Device.types.js.map | 1 …pically with a touch screen that is larger than a usual phone.\n */\n TABLET,\n /**\n * Desk…
|
| H A D | ExpoDevice.web.js.map | 1 … return DeviceType.PHONE;\n case 'tablet':\n return DeviceType.TABLET;\n case 'smartt…
|
| H A D | Device.js.map | 1 …TABLET`.\n * Otherwise, the method returns `DeviceType.UNKNOWN`.\n *\n * @example\n * ```js\n * De…
|
| /expo/packages/expo-device/src/ |
| H A D | Device.types.ts | 16 TABLET, enumerator
|
| H A D | ExpoDevice.web.ts | 23 return DeviceType.TABLET;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/ |
| H A D | DeviceModule.kt | 26 TABLET(2), in <lambda>() 164 DeviceType.TABLET in <lambda>() 201 DeviceType.TABLET in <lambda>()
|
| /expo/packages/expo-device/android/src/main/java/expo/modules/device/ |
| H A D | DeviceModule.kt | 26 TABLET(2), in <lambda>() 160 DeviceType.TABLET in <lambda>() 197 DeviceType.TABLET in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/ |
| H A D | DeviceModule.kt | 28 TABLET(2), in <lambda>() 166 DeviceType.TABLET in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/ |
| H A D | DeviceModule.kt | 31 TABLET(2), 190 DeviceType.TABLET in getDeviceType()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | DeviceScreen.tsx | 22 [Device.DeviceType.TABLET]: 'tablet',
|
| /expo/packages/expo-device/ |
| H A D | CHANGELOG.md | 46 - Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com/…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | device.mdx | 197 …e.PHONE`. For lengths between 7" and 18", the method returns `DeviceType.TABLET`. Otherwise, the m… 326 - **`TABLET`** -- Tablet computers, typically with a touch screen that is larger than a phone's
|
| /expo/ |
| H A D | CHANGELOG.md | 164 …- Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com…
|