| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Orientation-test.ts | 2 getOrientation, 10 expect(getOrientation({})).toBe(null); 14 expect(getOrientation({ orientation: 'portrait' })).toBe('portrait'); 15 expect(getOrientation({ orientation: 'landscape' })).toBe('landscape');
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Orientation.js | 7 exports.getOrientation = getOrientation; 28 function getOrientation(config) { function 32 const orientation = getOrientation(config);
|
| H A D | Orientation.d.ts | 5 export declare function getOrientation(config: Pick<ExpoConfig, 'orientation'>): "default" | "portr… function
|
| H A D | Orientation.js.map | 1 …getOrientation","config","orientation","androidManifest","mainActivity","getMainActivityOrThrow","…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Orientation.js | 7 exports.getOrientation = getOrientation; 22 function getOrientation(config) { function 40 const orientation = getOrientation(config);
|
| H A D | Orientation.d.ts | 4 export declare function getOrientation(config: Pick<ExpoConfig, 'orientation'>): "default" | "portr… function
|
| H A D | Orientation.js.map | 1 …getOrientation","config","_config$orientation","orientation","PORTRAIT_ORIENTATIONS","LANDSCAPE_OR…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Orientation-test.ts | 4 import { getOrientation, setAndroidOrientation } from '../Orientation'; 14 expect(getOrientation({})).toBe(null); 18 expect(getOrientation({ orientation: 'landscape' })).toMatch('landscape');
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Orientation.ts | 13 export function getOrientation(config: Pick<ExpoConfig, 'orientation'>) { function 21 const orientation = getOrientation(config);
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Orientation.ts | 15 export function getOrientation(config: Pick<ExpoConfig, 'orientation'>) { function 43 const orientation = getOrientation(config);
|
| /expo/packages/expo-sensors/android/src/main/java/expo/modules/sensors/modules/ |
| H A D | DeviceMotionModule.kt | 206 SensorManager.getOrientation(rotationMatrix, rotationResult) in <lambda>() 218 map.putInt("orientation", getOrientation()) in <lambda>() 222 private fun getOrientation(): Int { in <lambda>() method in expo.modules.sensors.modules.DeviceMotionModule
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/sensor/ |
| H A D | ReanimatedSensorListener.java | 35 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/sensor/ |
| H A D | ReanimatedSensorListener.java | 35 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sensors/modules/ |
| H A D | DeviceMotionModule.kt | 212 SensorManager.getOrientation(mRotationMatrix, mRotationResult) in eventsToMap() 224 map.putInt("orientation", getOrientation()) in eventsToMap() 228 private fun getOrientation(): Int { in getOrientation() method
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sensors/modules/ |
| H A D | DeviceMotionModule.kt | 212 SensorManager.getOrientation(mRotationMatrix, mRotationResult) in eventsToMap() 224 map.putInt("orientation", getOrientation()) in eventsToMap() 228 private fun getOrientation(): Int { in getOrientation() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sensors/modules/ |
| H A D | DeviceMotionModule.kt | 212 SensorManager.getOrientation(mRotationMatrix, mRotationResult) in eventsToMap() 224 map.putInt("orientation", getOrientation()) in eventsToMap() 228 private fun getOrientation(): Int { in getOrientation() method
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/sensor/ |
| H A D | ReanimatedSensorListener.java | 57 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
|
| /expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/launcher/manifest/ |
| H A D | DevLauncherManifestTest.kt | 28 Truth.assertThat(manifestObj.getOrientation()).isEqualTo(DevLauncherOrientation.DEFAULT) in checks if fromJson can parse manifest()
|
| H A D | DevLauncherManifestParserTest.kt | 175 Truth.assertThat(manifest.getOrientation()).isEqualTo(DevLauncherOrientation.DEFAULT) in <lambda>()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/sensor/ |
| H A D | ReanimatedSensorListener.java | 57 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
|
| /expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/ |
| H A D | Manifest.kt | 134 fun getOrientation(): String? { in updateJSON() method in expo.modules.manifests.core.Manifest
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/configurators/ |
| H A D | DevLauncherExpoActivityConfigurator.kt | 46 when (manifest.getOrientation()) { in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | ExperienceActivityUtils.kt | 30 val orientation = manifest.getOrientation() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 758 SensorManager.getOrientation(R, orientation); in sendUpdate()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 758 SensorManager.getOrientation(R, orientation); in sendUpdate()
|