Searched refs:currentDeviceOrientation (Results 1 – 7 of 7) sorted by relevance
146 let currentDeviceOrientation = UIDevice.current.orientation.toInterfaceOrientation() in screenOrientationDidChange() variable164 …} 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()
175 …UIInterfaceOrientation currentDeviceOrientation = [ABI47_0_0EXScreenOrientationUtilities interface…196 …else if (currentDeviceOrientation == UIInterfaceOrientationPortrait || currentDeviceOrientation ==…197 newScreenOrientation = currentDeviceOrientation;217 else if (currentDeviceOrientation == UIInterfaceOrientationLandscapeLeft218 || currentDeviceOrientation == UIInterfaceOrientationLandscapeRight) {219 newScreenOrientation = currentDeviceOrientation;
175 …UIInterfaceOrientation currentDeviceOrientation = [ABI48_0_0EXScreenOrientationUtilities interface…196 …else if (currentDeviceOrientation == UIInterfaceOrientationPortrait || currentDeviceOrientation ==…197 newScreenOrientation = currentDeviceOrientation;217 else if (currentDeviceOrientation == UIInterfaceOrientationLandscapeLeft218 || currentDeviceOrientation == UIInterfaceOrientationLandscapeRight) {219 newScreenOrientation = currentDeviceOrientation;
152 UIInterfaceOrientation currentDeviceOrientation =156 …if ([ABI47_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…159 newOrientation = currentDeviceOrientation;161 if (currentDeviceOrientation != currentInterfaceOrientation) {164 newOrientation = currentDeviceOrientation;
152 UIInterfaceOrientation currentDeviceOrientation =156 …if ([ABI48_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…159 newOrientation = currentDeviceOrientation;161 if (currentDeviceOrientation != currentInterfaceOrientation) {164 newOrientation = currentDeviceOrientation;
152 UIInterfaceOrientation currentDeviceOrientation =156 if ([RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMask) {159 newOrientation = currentDeviceOrientation;161 if (currentDeviceOrientation != currentInterfaceOrientation) {164 newOrientation = currentDeviceOrientation;
152 UIInterfaceOrientation currentDeviceOrientation =156 …if ([ABI49_0_0RNSScreenWindowTraits maskFromOrientation:currentDeviceOrientation] & orientationMas…159 newOrientation = currentDeviceOrientation;161 if (currentDeviceOrientation != currentInterfaceOrientation) {164 newOrientation = currentDeviceOrientation;