Home
last modified time | relevance | path

Searched refs:supportedInterfaceOrientations (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationViewController.swift27 …let supportedInterfaceOrientations = ScreenOrientationViewController.getSupportedInterfaceOrientat… variable
32 self.init(defaultOrientationMask: supportedInterfaceOrientations)
38 self.init(defaultOrientationMask: supportedInterfaceOrientations)
44 self.init(defaultOrientationMask: supportedInterfaceOrientations)
48 if mask != mask.intersection(supportedInterfaceOrientations) {
60 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable
62 return super.supportedInterfaceOrientations
H A DScreenOrientationRegistry.swift37 currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange()
147 let currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange()
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationViewController.swift27 …let supportedInterfaceOrientations = ScreenOrientationViewController.getSupportedInterfaceOrientat… variable
32 self.init(defaultOrientationMask: supportedInterfaceOrientations)
38 self.init(defaultOrientationMask: supportedInterfaceOrientations)
44 self.init(defaultOrientationMask: supportedInterfaceOrientations)
48 if mask != mask.intersection(supportedInterfaceOrientations) {
60 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable
62 return super.supportedInterfaceOrientations
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingProgressWindowViewController.swift5 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable
10 .supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTModalHostViewController.h14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI48_0_0RCTModalHostViewController.m59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTModalHostViewController.h14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI49_0_0RCTModalHostViewController.m59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTModalHostViewController.h14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI47_0_0RCTModalHostViewController.m59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI47_0_0RCTFabricModalHostViewController.h18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI47_0_0RCTFabricModalHostViewController.mm67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI49_0_0RCTFabricModalHostViewController.h18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI49_0_0RCTFabricModalHostViewController.mm67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI48_0_0RCTFabricModalHostViewController.h18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
H A DABI48_0_0RCTFabricModalHostViewController.mm67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DUIViewController+ABI47_0_0RNScreens.mm31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DUIViewController+ABI49_0_0RNScreens.mm31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DUIViewController+RNScreens.mm31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DUIViewController+ABI48_0_0RNScreens.mm31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa…
68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationViewController.m54 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
57 return [super supportedInterfaceOrientations];
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationViewController.m54 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
57 return [super supportedInterfaceOrientations];
/expo/ios/Client/
H A DEXRootViewController.m57 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
62 return [_transitioningToViewController supportedInterfaceOrientations];
69 .supportedInterfaceOrientations;
284 UIInterfaceOrientationMask orientationMask = [self supportedInterfaceOrientations];
/expo/packages/expo-dev-menu/ios/
H A DDevMenuViewController.swift47 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable
/expo/ios/Client/Menu/
H A DEXDevMenuViewController.m76 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
82 * Same case as above with `supportedInterfaceOrientations` method.

12