Searched defs:orientationLock (Results 1 – 9 of 9) sorted by relevance
22 export async function lockAsync(orientationLock) { argument150 export async function supportsOrientationLockAsync(orientationLock) { argument
30 orientationLock, field42 function _convertToLegacyOrientationLock(orientationLock) { argument
41 const [orientationLock, orientation] = await Promise.all([ constant125 const webOrientationLock = OrientationLockAPIToWeb[orientationLock]; constant
70 OrientationLock orientationLock = OrientationLock.valueOf(orientationLockStr); in lockAsync() local125 OrientationLock orientationLock = orientationLockNativeToJS(orientationAttr); in getOrientationLockAsync() local260 private int orientationLockJSToNative(OrientationLock orientationLock) { in orientationLockJSToNative()
35 AsyncFunction("lockAsync") { orientationLock: OrientationLock -> in <lambda>() method67 AsyncFunction("supportsOrientationLockAsync") { orientationLock: Int -> in <lambda>() method