Home
last modified time | relevance | path

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

/expo/packages/expo-device/build/
H A DDevice.types.d.ts16 TABLET = 2, enumerator
H A DExpoDevice.web.js17 return DeviceType.TABLET;
H A DDevice.types.js.map1 …pically with a touch screen that is larger than a usual phone.\n */\n TABLET,\n /**\n * Desk…
H A DExpoDevice.web.js.map1 … return DeviceType.PHONE;\n case 'tablet':\n return DeviceType.TABLET;\n case 'smartt…
H A DDevice.js.map1TABLET`.\n * Otherwise, the method returns `DeviceType.UNKNOWN`.\n *\n * @example\n * ```js\n * De…
/expo/packages/expo-device/src/
H A DDevice.types.ts16 TABLET, enumerator
H A DExpoDevice.web.ts23 return DeviceType.TABLET;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt26 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 DDeviceModule.kt26 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 DDeviceModule.kt28 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 DDeviceModule.kt31 TABLET(2),
190 DeviceType.TABLET in getDeviceType()
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx22 [Device.DeviceType.TABLET]: 'tablet',
/expo/packages/expo-device/
H A DCHANGELOG.md46 - Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com/…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx197 …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 DCHANGELOG.md164 …- Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com…