Home
last modified time | relevance | path

Searched refs:currentDeviceOrientation (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift146 let currentDeviceOrientation = UIDevice.current.orientation.toInterfaceOrientation() in screenOrientationDidChange() variable
164 …} else if currentDeviceOrientation == .portrait || currentDeviceOrientation == .portraitUpsideDown… in screenOrientationDidChange()
167 newScreenOrientation = currentDeviceOrientation in screenOrientationDidChange()
181 …} else if currentDeviceOrientation == .landscapeLeft || currentDeviceOrientation == .landscapeRigh… in screenOrientationDidChange()
184 newScreenOrientation = currentDeviceOrientation in screenOrientationDidChange()
185 …} else if currentDeviceOrientation == .portrait || currentDeviceOrientation == .portraitUpsideDown… in screenOrientationDidChange()
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationRegistry.m175 …UIInterfaceOrientation currentDeviceOrientation = [ABI47_0_0EXScreenOrientationUtilities interface…
196 …else if (currentDeviceOrientation == UIInterfaceOrientationPortrait || currentDeviceOrientation ==…
197 newScreenOrientation = currentDeviceOrientation;
217 else if (currentDeviceOrientation == UIInterfaceOrientationLandscapeLeft
218 || currentDeviceOrientation == UIInterfaceOrientationLandscapeRight) {
219 newScreenOrientation = currentDeviceOrientation;
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationRegistry.m175 …UIInterfaceOrientation currentDeviceOrientation = [ABI48_0_0EXScreenOrientationUtilities interface…
196 …else if (currentDeviceOrientation == UIInterfaceOrientationPortrait || currentDeviceOrientation ==…
197 newScreenOrientation = currentDeviceOrientation;
217 else if (currentDeviceOrientation == UIInterfaceOrientationLandscapeLeft
218 || currentDeviceOrientation == UIInterfaceOrientationLandscapeRight) {
219 newScreenOrientation = currentDeviceOrientation;
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenWindowTraits.mm152 UIInterfaceOrientation currentDeviceOrientation =
156 …if ([ABI47_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…
159 newOrientation = currentDeviceOrientation;
161 if (currentDeviceOrientation != currentInterfaceOrientation) {
164 newOrientation = currentDeviceOrientation;
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenWindowTraits.mm152 UIInterfaceOrientation currentDeviceOrientation =
156 …if ([ABI48_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…
159 newOrientation = currentDeviceOrientation;
161 if (currentDeviceOrientation != currentInterfaceOrientation) {
164 newOrientation = currentDeviceOrientation;
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenWindowTraits.mm152 UIInterfaceOrientation currentDeviceOrientation =
156 if ([RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMask) {
159 newOrientation = currentDeviceOrientation;
161 if (currentDeviceOrientation != currentInterfaceOrientation) {
164 newOrientation = currentDeviceOrientation;
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenWindowTraits.mm152 UIInterfaceOrientation currentDeviceOrientation =
156 …if ([ABI49_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…
159 newOrientation = currentDeviceOrientation;
161 if (currentDeviceOrientation != currentInterfaceOrientation) {
164 newOrientation = currentDeviceOrientation;