Home
last modified time | relevance | path

Searched refs:ScreenOrientationRegistry (Results 1 – 14 of 14) sorted by relevance

/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationRegistry.swift5 typealias ScreenOrientationRegistry = ExpoScreenOrientation.ScreenOrientationRegistry typealias
H A DScreenOrientationAppDelegate.swift8 ScreenOrientationRegistry.shared.updateCurrentScreenOrientation() in application()
13 return ScreenOrientationRegistry.shared.currentOrientationMask in application()
H A DScreenOrientationModule.swift6 let screenOrientationRegistry = ScreenOrientationRegistry.shared
H A DScreenOrientationViewController.swift8 let screenOrientationRegistry = ScreenOrientationRegistry.shared
/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationAppDelegate.swift8 ScreenOrientationRegistry.shared.updateCurrentScreenOrientation() in application()
13 return ScreenOrientationRegistry.shared.currentOrientationMask in application()
H A DScreenOrientationRegistry.swift13 public class ScreenOrientationRegistry: NSObject, UIApplicationDelegate { in screenOrientationDidChange() class
15 public static let shared = ScreenOrientationRegistry() in screenOrientationDidChange()
H A DScreenOrientationModule.swift6 let screenOrientationRegistry = ScreenOrientationRegistry.shared
H A DScreenOrientationViewController.swift8 let screenOrientationRegistry = ScreenOrientationRegistry.shared
/expo/ios/Exponent/Kernel/Views/
H A DEXAppViewController.m119 if (ScreenOrientationRegistry.shared.currentTraitCollection == nil) {
120 [ScreenOrientationRegistry.shared traitCollectionDidChangeTo:self.traitCollection];
587 if ([ScreenOrientationRegistry.shared requiredOrientationMask] > 0 && !self.isHomeApp) {
588 return [ScreenOrientationRegistry.shared requiredOrientationMask];
635 … [ScreenOrientationRegistry.shared viewDidTransitionToOrientation:self.windowInterfaceOrientation];
647 [ScreenOrientationRegistry.shared traitCollectionDidChangeTo:self.traitCollection];
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationModule.m35 …creenOrientationRegistry = [moduleRegistry getSingletonModuleForName:@"ScreenOrientationRegistry"];
H A DABI47_0_0EXScreenOrientationRegistry.m21 ABI47_0_0EX_REGISTER_SINGLETON_MODULE(ScreenOrientationRegistry) category
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationModule.m35 …creenOrientationRegistry = [moduleRegistry getSingletonModuleForName:@"ScreenOrientationRegistry"];
H A DABI48_0_0EXScreenOrientationRegistry.m21 ABI48_0_0EX_REGISTER_SINGLETON_MODULE(ScreenOrientationRegistry) category
/expo/ios/Client/
H A DEXRootViewController.m285 …[ScreenOrientationRegistry.shared enforceDesiredDeviceOrientationWithOrientationMask:orientationMa…