| /expo/packages/expo-screen-orientation/build/ |
| H A D | ScreenOrientation.js | 109 export async function getOrientationLockAsync() { function 110 if (!ExpoScreenOrientation.getOrientationLockAsync) { 113 return await ExpoScreenOrientation.getOrientationLockAsync(); 194 getOrientationLockAsync(),
|
| H A D | ScreenOrientation.d.ts | 41 export declare function getOrientationLockAsync(): Promise<OrientationLock>;
|
| H A D | ExpoScreenOrientation.web.js | 2 import { getOrientationLockAsync, getOrientationAsync } from './ScreenOrientation'; 26 getOrientationLockAsync(),
|
| H A D | ScreenOrientation.js.map | 1 …getOrientationLockAsync(): Promise<OrientationLock> {\n if (!ExpoScreenOrientation.getOrientation…
|
| H A D | ExpoScreenOrientation.web.js.map | 1 …getOrientationLockAsync, getOrientationAsync } from './ScreenOrientation';\nimport {\n Orientatio…
|
| /expo/packages/expo-screen-orientation/src/ |
| H A D | ScreenOrientation.ts | 150 export async function getOrientationLockAsync(): Promise<OrientationLock> { function 151 if (!ExpoScreenOrientation.getOrientationLockAsync) { 154 return await ExpoScreenOrientation.getOrientationLockAsync(); 241 getOrientationLockAsync(),
|
| H A D | ExpoScreenOrientation.web.ts | 3 import { getOrientationLockAsync, getOrientationAsync } from './ScreenOrientation'; 42 getOrientationLockAsync(),
|
| /expo/apps/test-suite/tests/ |
| H A D | ScreenOrientation.js | 43 const orientationLock = await ScreenOrientation.getOrientationLockAsync(); 88 const orientationLock = await ScreenOrientation.getOrientationLockAsync(); 149 const orientationLock = await ScreenOrientation.getOrientationLockAsync(); 161 const orientationLock = await ScreenOrientation.getOrientationLockAsync(); 194 const orientationLock = await ScreenOrientation.getOrientationLockAsync();
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ScreenOrientationScreen.tsx | 40 ScreenOrientation.getOrientationLockAsync(),
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/screenorientation/ |
| H A D | ScreenOrientationModule.kt | 100 fun getOrientationLockAsync(promise: Promise) { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/screenorientation/ |
| H A D | ScreenOrientationModule.kt | 100 fun getOrientationLockAsync(promise: Promise) { in <lambda>() method
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 120 public void getOrientationLockAsync(Promise promise) { in getOrientationLockAsync() method in ScreenOrientationModule
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 120 public void getOrientationLockAsync(Promise promise) { in getOrientationLockAsync() method in ScreenOrientationModule
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 120 public void getOrientationLockAsync(Promise promise) { in getOrientationLockAsync() method in ScreenOrientationModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 120 public void getOrientationLockAsync(Promise promise) { in getOrientationLockAsync() method in ScreenOrientationModule
|
| /expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI47_0_0EXScreenOrientationModule.m | 89 ABI47_0_0EX_EXPORT_METHOD_AS(getOrientationLockAsync, category
|
| /expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI48_0_0EXScreenOrientationModule.m | 89 ABI48_0_0EX_EXPORT_METHOD_AS(getOrientationLockAsync, category
|