Searched refs:currentOrientationMask (Results 1 – 11 of 11) sorted by relevance
33 public var currentOrientationMask: UIInterfaceOrientationMask { in screenOrientationDidChange() variable34 var currentOrientationMask: UIInterfaceOrientationMask = [] in screenOrientationDidChange() variable37 currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange()39 return currentOrientationMask in screenOrientationDidChange()147 let currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange() variable154 let portraitMask = currentOrientationMask.intersection([.portrait, .portraitUpsideDown]) in screenOrientationDidChange()171 let landscapeMask = currentOrientationMask.intersection(.landscape) in screenOrientationDidChange()
50 … return ModuleOrientationLock.from(mask: screenOrientationRegistry.currentOrientationMask).rawValue in definition()54 let orientationMask = screenOrientationRegistry.currentOrientationMask in definition()103 …Lock": ModuleOrientationLock.from(mask: screenOrientationRegistry.currentOrientationMask).rawValue, in screenOrientationDidChange()
13 return ScreenOrientationRegistry.shared.currentOrientationMask in application()
116 - (UIInterfaceOrientationMask)currentOrientationMask118 __block UIInterfaceOrientationMask currentOrientationMask = [self requiredOrientationMask];120 …currentOrientationMask = [[[[UIApplication sharedApplication] keyWindow] rootViewController] suppo…122 return currentOrientationMask;149 UIInterfaceOrientationMask currentOrientationMask = [self currentOrientationMask];152 …if ([ABI47_0_0EXScreenOrientationUtilities doesOrientationMask:currentOrientationMask containOrien…176 …UIInterfaceOrientationMask currentOrientationMask = [[[[UIApplication sharedApplication] keyWindow…182 …UIInterfaceOrientationMask portraitMask = currentOrientationMask & (UIInterfaceOrientationMaskPort…203 …UIInterfaceOrientationMask landscapeMask = currentOrientationMask & UIInterfaceOrientationMaskLand…237 [self enforceDesiredDeviceOrientationWithOrientationMask:[self currentOrientationMask]];
26 - (UIInterfaceOrientationMask)currentOrientationMask;
93 …enOrientationUtilities exportOrientationLock:[_screenOrientationRegistry currentOrientationMask]]);100 UIInterfaceOrientationMask orientationMask = [_screenOrientationRegistry currentOrientationMask];156 …eenOrientationUtilities exportOrientationLock:[_screenOrientationRegistry currentOrientationMask]],
116 - (UIInterfaceOrientationMask)currentOrientationMask118 __block UIInterfaceOrientationMask currentOrientationMask = [self requiredOrientationMask];120 …currentOrientationMask = [[[[UIApplication sharedApplication] keyWindow] rootViewController] suppo…122 return currentOrientationMask;149 UIInterfaceOrientationMask currentOrientationMask = [self currentOrientationMask];152 …if ([ABI48_0_0EXScreenOrientationUtilities doesOrientationMask:currentOrientationMask containOrien…176 …UIInterfaceOrientationMask currentOrientationMask = [[[[UIApplication sharedApplication] keyWindow…182 …UIInterfaceOrientationMask portraitMask = currentOrientationMask & (UIInterfaceOrientationMaskPort…203 …UIInterfaceOrientationMask landscapeMask = currentOrientationMask & UIInterfaceOrientationMaskLand…237 [self enforceDesiredDeviceOrientationWithOrientationMask:[self currentOrientationMask]];