Home
last modified time | relevance | path

Searched defs:orientationLock (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-screen-orientation/build/
H A DScreenOrientation.js22 export async function lockAsync(orientationLock) { argument
150 export async function supportsOrientationLockAsync(orientationLock) { argument
H A DExpoScreenOrientation.web.js30 orientationLock, field
42 function _convertToLegacyOrientationLock(orientationLock) { argument
/expo/packages/expo-screen-orientation/src/
H A DExpoScreenOrientation.web.ts41 const [orientationLock, orientation] = await Promise.all([ constant
125 const webOrientationLock = OrientationLockAPIToWeb[orientationLock]; constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() local
125 OrientationLock orientationLock = orientationLockNativeToJS(orientationAttr); in getOrientationLockAsync() local
260 private int orientationLockJSToNative(OrientationLock orientationLock) { in orientationLockJSToNative()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() local
125 OrientationLock orientationLock = orientationLockNativeToJS(orientationAttr); in getOrientationLockAsync() local
260 private int orientationLockJSToNative(OrientationLock orientationLock) { in orientationLockJSToNative()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() local
125 OrientationLock orientationLock = orientationLockNativeToJS(orientationAttr); in getOrientationLockAsync() local
260 private int orientationLockJSToNative(OrientationLock orientationLock) { in orientationLockJSToNative()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DScreenOrientationModule.java70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() local
125 OrientationLock orientationLock = orientationLockNativeToJS(orientationAttr); in getOrientationLockAsync() local
260 private int orientationLockJSToNative(OrientationLock orientationLock) { in orientationLockJSToNative()
/expo/packages/expo-screen-orientation/android/src/main/java/expo/modules/screenorientation/
H A DScreenOrientationModule.kt35 AsyncFunction("lockAsync") { orientationLock: OrientationLock -> in <lambda>() method
67 AsyncFunction("supportsOrientationLockAsync") { orientationLock: Int -> in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/screenorientation/
H A DScreenOrientationModule.kt35 AsyncFunction("lockAsync") { orientationLock: OrientationLock -> in <lambda>() method
67 AsyncFunction("supportsOrientationLockAsync") { orientationLock: Int -> in <lambda>() method