Home
last modified time | relevance | path

Searched refs:screenOrientationConstantAndroid (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-screen-orientation/src/__tests__/
H A DScreenOrientation-test.android.ts8 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 DScreenOrientation-test.ios.ts9 screenOrientationConstantAndroid: 1,
/expo/packages/expo-screen-orientation/build/
H A DScreenOrientation.js47 …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 DScreenOrientation.types.d.ts111 screenOrientationConstantAndroid?: number;
H A DScreenOrientation.js.map1screenOrientationConstantAndroid, screenOrientationArrayIOS, screenOrientationLockWeb } =\n opt…
H A DScreenOrientation.types.js.map1 …`-1` should be passed in.\n * @platform android\n */\n screenOrientationConstantAndroid?: num…
/expo/packages/expo-screen-orientation/src/
H A DScreenOrientation.ts78 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 DScreenOrientation.types.ts122 screenOrientationConstantAndroid?: number;
/expo/apps/test-suite/tests/
H A DScreenOrientation.js158 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 DScreenOrientationScreen.tsx89 screenOrientationConstantAndroid: 8, // reverse landscape