Searched refs:screenOrientationConstantAndroid (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-screen-orientation/src/__tests__/ |
| H A D | ScreenOrientation-test.android.ts | 8 const screenOrientationConstantAndroid = 1; constant 10 screenOrientationConstantAndroid, 25 expect(ExpoScreenOrientation.lockPlatformAsync).toBeCalledWith(screenOrientationConstantAndroid); 30 ScreenOrientation.lockPlatformAsync({ screenOrientationConstantAndroid: NaN as any }) 33 ScreenOrientation.lockPlatformAsync({ screenOrientationConstantAndroid: 'test' as any })
|
| H A D | ScreenOrientation-test.ios.ts | 9 screenOrientationConstantAndroid: 1,
|
| /expo/packages/expo-screen-orientation/build/ |
| H A D | ScreenOrientation.js | 47 …const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = … 49 if (Platform.OS === 'android' && screenOrientationConstantAndroid) { 50 if (isNaN(screenOrientationConstantAndroid)) { 51 …form: screenOrientationConstantAndroid cannot be called with ${screenOrientationConstantAndroid}`); 53 platformOrientationParam = screenOrientationConstantAndroid; 125 screenOrientationConstantAndroid: platformOrientationLock,
|
| H A D | ScreenOrientation.types.d.ts | 111 screenOrientationConstantAndroid?: number;
|
| H A D | ScreenOrientation.js.map | 1 …screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } =\n opt…
|
| H A D | ScreenOrientation.types.js.map | 1 …`-1` should be passed in.\n * @platform android\n */\n screenOrientationConstantAndroid?: num…
|
| /expo/packages/expo-screen-orientation/src/ |
| H A D | ScreenOrientation.ts | 78 const { screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } = constant 81 if (Platform.OS === 'android' && screenOrientationConstantAndroid) { 82 if (isNaN(screenOrientationConstantAndroid)) { 84 …atform: screenOrientationConstantAndroid cannot be called with ${screenOrientationConstantAndroid}` 87 platformOrientationParam = screenOrientationConstantAndroid; 167 screenOrientationConstantAndroid: platformOrientationLock,
|
| H A D | ScreenOrientation.types.ts | 122 screenOrientationConstantAndroid?: number;
|
| /expo/apps/test-suite/tests/ |
| H A D | ScreenOrientation.js | 158 await ScreenOrientation.lockPlatformAsync({ screenOrientationConstantAndroid: 11 }); property 166 const { screenOrientationConstantAndroid } = platformInfo; 167 t.expect(screenOrientationConstantAndroid).toBe(11);
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ScreenOrientationScreen.tsx | 89 screenOrientationConstantAndroid: 8, // reverse landscape
|