| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationModule.swift | 98 …guard let currentTraitCollection = screenOrientationRegistry.currentTraitCollection, shouldEmitEve… in screenOrientationDidChange() variable 106 "verticalSizeClass": currentTraitCollection.verticalSizeClass, in screenOrientationDidChange() 107 "horizontalSizeClass": currentTraitCollection.horizontalSizeClass in screenOrientationDidChange()
|
| H A D | ScreenOrientationRegistry.swift | 21 public weak var currentTraitCollection: UITraitCollection? in screenOrientationDidChange() variable 44 self.currentTraitCollection = nil in screenOrientationDidChange() 195 currentTraitCollection = traitCollection in screenOrientationDidChange()
|
| H A D | ScreenOrientationViewController.swift | 21 if self.screenOrientationRegistry.currentTraitCollection == nil {
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationModule.swift | 98 …guard let currentTraitCollection = screenOrientationRegistry.currentTraitCollection, shouldEmitEve… in screenOrientationDidChange() variable 106 "verticalSizeClass": currentTraitCollection.verticalSizeClass, in screenOrientationDidChange() 107 "horizontalSizeClass": currentTraitCollection.horizontalSizeClass in screenOrientationDidChange()
|
| H A D | ScreenOrientationViewController.swift | 21 if self.screenOrientationRegistry.currentTraitCollection == nil {
|
| /expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI47_0_0EXScreenOrientationModule.m | 154 UITraitCollection * currentTraitCollection = [_screenOrientationRegistry currentTrailCollection]; 159 @"verticalSizeClass": ABI47_0_0EXNullIfNil(@(currentTraitCollection.verticalSizeClass)), 160 @"horizontalSizeClass": ABI47_0_0EXNullIfNil(@(currentTraitCollection.horizontalSizeClass)),
|
| H A D | ABI47_0_0EXScreenOrientationRegistry.m | 14 @property (nonatomic, weak, nullable) UITraitCollection *currentTraitCollection; property
|
| /expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI48_0_0EXScreenOrientationModule.m | 154 UITraitCollection * currentTraitCollection = [_screenOrientationRegistry currentTrailCollection]; 159 @"verticalSizeClass": ABI48_0_0EXNullIfNil(@(currentTraitCollection.verticalSizeClass)), 160 @"horizontalSizeClass": ABI48_0_0EXNullIfNil(@(currentTraitCollection.horizontalSizeClass)),
|
| H A D | ABI48_0_0EXScreenOrientationRegistry.m | 14 @property (nonatomic, weak, nullable) UITraitCollection *currentTraitCollection; property
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenWindowTraits.mm | 73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark 77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | ABI48_0_0RNSScreenWindowTraits.mm | 73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark 77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTAppearance.mm | 62 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTAppearance.mm | 62 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTAppearance.mm | 63 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenWindowTraits.mm | 73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark 77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenWindowTraits.mm | 73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark 77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.m | 564 // So we swap `currentTraitCollection` with one from the root view controller. 568 … UITraitCollection.currentTraitCollection = [self.window.rootViewController.traitCollection copy];
|
| /expo/ios/Exponent/Kernel/Views/ |
| H A D | EXAppViewController.m | 119 if (ScreenOrientationRegistry.shared.currentTraitCollection == nil) {
|