Home
last modified time | relevance | path

Searched refs:getOrientation (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DOrientation-test.ts2 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 DOrientation.js7 exports.getOrientation = getOrientation;
28 function getOrientation(config) { function
32 const orientation = getOrientation(config);
H A DOrientation.d.ts5 export declare function getOrientation(config: Pick<ExpoConfig, 'orientation'>): "default" | "portr… function
H A DOrientation.js.map1getOrientation","config","orientation","androidManifest","mainActivity","getMainActivityOrThrow","…
/expo/packages/@expo/config-plugins/build/ios/
H A DOrientation.js7 exports.getOrientation = getOrientation;
22 function getOrientation(config) { function
40 const orientation = getOrientation(config);
H A DOrientation.d.ts4 export declare function getOrientation(config: Pick<ExpoConfig, 'orientation'>): "default" | "portr… function
H A DOrientation.js.map1getOrientation","config","_config$orientation","orientation","PORTRAIT_ORIENTATIONS","LANDSCAPE_OR…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DOrientation-test.ts4 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 DOrientation.ts13 export function getOrientation(config: Pick<ExpoConfig, 'orientation'>) { function
21 const orientation = getOrientation(config);
/expo/packages/@expo/config-plugins/src/ios/
H A DOrientation.ts15 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 DDeviceMotionModule.kt206 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 DReanimatedSensorListener.java35 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 DReanimatedSensorListener.java35 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 DDeviceMotionModule.kt212 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 DDeviceMotionModule.kt212 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 DDeviceMotionModule.kt212 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 DReanimatedSensorListener.java57 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/launcher/manifest/
H A DDevLauncherManifestTest.kt28 Truth.assertThat(manifestObj.getOrientation()).isEqualTo(DevLauncherOrientation.DEFAULT) in checks if fromJson can parse manifest()
H A DDevLauncherManifestParserTest.kt175 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 DReanimatedSensorListener.java57 SensorManager.getOrientation(rotation, orientation); in onSensorChanged()
/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt134 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 DDevLauncherExpoActivityConfigurator.kt46 when (manifest.getOrientation()) { in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DExperienceActivityUtils.kt30 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 DLocationModule.java758 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 DLocationModule.java758 SensorManager.getOrientation(R, orientation); in sendUpdate()

12