Home
last modified time | relevance | path

Searched refs:currentScreenOrientation (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift17 public var currentScreenOrientation: UIInterfaceOrientation in screenOrientationDidChange() variable
43 self.currentScreenOrientation = .unknown in screenOrientationDidChange()
61 self.currentScreenOrientation = windows[0].windowScene?.interfaceOrientation ?? .unknown in screenOrientationDidChange()
80 if orientationMask.contains(currentScreenOrientation) { in screenOrientationDidChange()
81 newOrientation = currentScreenOrientation in screenOrientationDidChange()
102 if self.currentScreenOrientation == .unknown { in screenOrientationDidChange()
202 currentScreenOrientation = newScreenOrientation in screenOrientationDidChange()
H A DScreenOrientationModule.swift75 …return ModuleOrientation.from(orientation: screenOrientationRegistry.currentScreenOrientation).raw… in definition()
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationModule.swift75 …return ModuleOrientation.from(orientation: screenOrientationRegistry.currentScreenOrientation).raw… in definition()
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationRegistry.m10 @property (nonatomic, assign) UIInterfaceOrientation currentScreenOrientation;
55 self.currentScreenOrientation = windows[0].windowScene.interfaceOrientation;
59 self.currentScreenOrientation = UIApplication.sharedApplication.statusBarOrientation;
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationRegistry.m10 @property (nonatomic, assign) UIInterfaceOrientation currentScreenOrientation;
55 self.currentScreenOrientation = windows[0].windowScene.interfaceOrientation;
59 self.currentScreenOrientation = UIApplication.sharedApplication.statusBarOrientation;