Searched refs:orientationLockStr (Results 1 – 4 of 4) sorted by relevance
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 66 public void lockAsync(String orientationLockStr, Promise promise) { in lockAsync() argument 70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() 74 …N_INVALID_ORIENTATION_LOCK", "An invalid OrientationLock was passed in: " + orientationLockStr, e); in lockAsync() 80 …ct(ERR_SCREEN_ORIENTATION, "Could not apply the ScreenOrientation lock: " + orientationLockStr, e); in lockAsync() 145 public void supportsOrientationLockAsync(String orientationLockStr, Promise promise){ in supportsOrientationLockAsync() argument 148 OrientationLock lockJS = OrientationLock.valueOf(orientationLockStr); in supportsOrientationLockAsync()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 66 public void lockAsync(String orientationLockStr, Promise promise) { in lockAsync() argument 70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() 74 …N_INVALID_ORIENTATION_LOCK", "An invalid OrientationLock was passed in: " + orientationLockStr, e); in lockAsync() 80 …ct(ERR_SCREEN_ORIENTATION, "Could not apply the ScreenOrientation lock: " + orientationLockStr, e); in lockAsync() 145 public void supportsOrientationLockAsync(String orientationLockStr, Promise promise){ in supportsOrientationLockAsync() argument 148 OrientationLock lockJS = OrientationLock.valueOf(orientationLockStr); in supportsOrientationLockAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 66 public void lockAsync(String orientationLockStr, Promise promise) { in lockAsync() argument 70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() 74 …N_INVALID_ORIENTATION_LOCK", "An invalid OrientationLock was passed in: " + orientationLockStr, e); in lockAsync() 80 …ct(ERR_SCREEN_ORIENTATION, "Could not apply the ScreenOrientation lock: " + orientationLockStr, e); in lockAsync() 145 public void supportsOrientationLockAsync(String orientationLockStr, Promise promise){ in supportsOrientationLockAsync() argument 148 OrientationLock lockJS = OrientationLock.valueOf(orientationLockStr); in supportsOrientationLockAsync()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/ |
| H A D | ScreenOrientationModule.java | 66 public void lockAsync(String orientationLockStr, Promise promise) { in lockAsync() argument 70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() 74 …N_INVALID_ORIENTATION_LOCK", "An invalid OrientationLock was passed in: " + orientationLockStr, e); in lockAsync() 80 …ct(ERR_SCREEN_ORIENTATION, "Could not apply the ScreenOrientation lock: " + orientationLockStr, e); in lockAsync() 145 public void supportsOrientationLockAsync(String orientationLockStr, Promise promise){ in supportsOrientationLockAsync() argument 148 OrientationLock lockJS = OrientationLock.valueOf(orientationLockStr); in supportsOrientationLockAsync()
|