Home
last modified time | relevance | path

Searched refs:orientationInfo (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-screen-orientation/build/
H A DScreenOrientation.js183 let orientationInfo, orientationLock;
188 orientationInfo = update.orientationInfo;
197 orientationInfo = { orientation };
199 listener({ orientationInfo, orientationLock }); field
H A DScreenOrientation.types.d.ts150 orientationInfo: ScreenOrientationInfo;
H A DExpoScreenOrientation.web.js31 orientationInfo: { orientation },
H A DScreenOrientation.js.map1orientationInfo, orientationLock;\n if (Platform.OS === 'ios' || Platform.OS === 'web') {\n …
H A DScreenOrientation.types.js.map1 …*\n * The current `ScreenOrientationInfo` of the device.\n */\n orientationInfo: ScreenOrient…
H A DExpoScreenOrientation.web.js.map1 …Emitter.emit('expoDidUpdateDimensions', {\n orientationLock,\n orientationInfo: { orientatio…
/expo/packages/expo-screen-orientation/src/
H A DScreenOrientation.ts231 let orientationInfo, orientationLock;
236 orientationInfo = update.orientationInfo;
244 orientationInfo = { orientation };
246 listener({ orientationInfo, orientationLock });
H A DScreenOrientation.types.ts166 orientationInfo: ScreenOrientationInfo;
H A DExpoScreenOrientation.web.ts47 orientationInfo: { orientation },
/expo/apps/test-suite/tests/
H A DScreenOrientation.js14 ({ orientationInfo, orientationLock }) => { field
15 const { orientation } = orientationInfo;
118 ScreenOrientation.addOrientationChangeListener(({ orientationInfo }) => { field
119 const { orientation } = orientationInfo;
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java111 WritableMap orientationInfo = new WritableNativeMap(); in getOrientationAsync() local
112 orientationInfo.putString("orientation", orientation.toString()); in getOrientationAsync()
113 promise.resolve(orientationInfo); in getOrientationAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java111 WritableMap orientationInfo = new WritableNativeMap(); in getOrientationAsync() local
112 orientationInfo.putString("orientation", orientation.toString()); in getOrientationAsync()
113 promise.resolve(orientationInfo); in getOrientationAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java111 WritableMap orientationInfo = new WritableNativeMap(); in getOrientationAsync() local
112 orientationInfo.putString("orientation", orientation.toString()); in getOrientationAsync()
113 promise.resolve(orientationInfo); in getOrientationAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java111 WritableMap orientationInfo = new WritableNativeMap(); in getOrientationAsync() local
112 orientationInfo.putString("orientation", orientation.toString()); in getOrientationAsync()
113 promise.resolve(orientationInfo); in getOrientationAsync()
/expo/apps/native-component-list/src/screens/
H A DScreenOrientationScreen.tsx26 ({ orientationInfo, orientationLock }) => {
28 orientation: orientationInfo.orientation,
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationModule.m157 @"orientationInfo": @{
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationModule.m157 @"orientationInfo": @{