Searched defs:deviceType (Results 1 – 15 of 15) sorted by relevance
85 export declare const deviceType: DeviceType | null; constant
87 export const deviceType = ExpoDevice ? ExpoDevice.deviceType : null; constant
8 readonly deviceType: DeviceType; constant
155 {
27 deviceType: 'device' | 'catalyst'; property
97 export const deviceType: DeviceType | null = ExpoDevice ? ExpoDevice.deviceType : null; constant
695 deviceType: { type: 'number', mock: 1 }, property
2672 VkPhysicalDeviceType deviceType; member