Searched refs:ScreenOrientationController (Results 1 – 4 of 4) sorted by relevance
6 typealias ScreenOrientationController = ExpoScreenOrientation.ScreenOrientationController typealias
3 public class ScreenOrientationModule: Module, ScreenOrientationController {
4 public protocol ScreenOrientationController: AnyObject { protocol18 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()