Home
last modified time | relevance | path

Searched defs:activateWindowAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/
H A DactivateWindow.ts21 export async function activateWindowAsync(device: Pick<Device, 'type' | 'pid'>): Promise<boolean> { function
H A DAndroidDeviceManager.ts158 async activateWindowAsync() { method in AndroidDeviceManager
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts205 async activateWindowAsync() { method in AppleDeviceManager