Home
last modified time | relevance | path

Searched refs:landscapeMask (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift171 let landscapeMask = currentOrientationMask.intersection(.landscape) in screenOrientationDidChange() variable
173 if landscapeMask == .landscapeLeft { in screenOrientationDidChange()
177 } else if landscapeMask == .landscapeRight { in screenOrientationDidChange()
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationRegistry.m203 …UIInterfaceOrientationMask landscapeMask = currentOrientationMask & UIInterfaceOrientationMaskLand…
207 if (landscapeMask == UIInterfaceOrientationMaskLandscapeLeft) {
212 else if (landscapeMask == UIInterfaceOrientationMaskLandscapeRight) {
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationRegistry.m203 …UIInterfaceOrientationMask landscapeMask = currentOrientationMask & UIInterfaceOrientationMaskLand…
207 if (landscapeMask == UIInterfaceOrientationMaskLandscapeLeft) {
212 else if (landscapeMask == UIInterfaceOrientationMaskLandscapeRight) {