Home
last modified time | relevance | path

Searched refs:ScreenOrientationController (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationRegistry.swift6 typealias ScreenOrientationController = ExpoScreenOrientation.ScreenOrientationController typealias
H A DScreenOrientationModule.swift3 public class ScreenOrientationModule: Module, ScreenOrientationController {
/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift4 public protocol ScreenOrientationController: AnyObject { protocol
18 var orientationControllers: [ScreenOrientationController] = [] in screenOrientationDidChange()
110 …sk(_ mask: UIInterfaceOrientationMask, forController controller: any ScreenOrientationController) { in screenOrientationDidChange()
209 public func registerController(_ controller: ScreenOrientationController) { in screenOrientationDidChange()
213 public func unregisterController(_ controller: ScreenOrientationController) { in screenOrientationDidChange()
H A DScreenOrientationModule.swift3 public class ScreenOrientationModule: Module, ScreenOrientationController {