Home
last modified time | relevance | path

Searched refs:currentTraitCollection (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationModule.swift98 …guard let currentTraitCollection = screenOrientationRegistry.currentTraitCollection, shouldEmitEve… in screenOrientationDidChange() variable
106 "verticalSizeClass": currentTraitCollection.verticalSizeClass, in screenOrientationDidChange()
107 "horizontalSizeClass": currentTraitCollection.horizontalSizeClass in screenOrientationDidChange()
H A DScreenOrientationRegistry.swift21 public weak var currentTraitCollection: UITraitCollection? in screenOrientationDidChange() variable
44 self.currentTraitCollection = nil in screenOrientationDidChange()
195 currentTraitCollection = traitCollection in screenOrientationDidChange()
H A DScreenOrientationViewController.swift21 if self.screenOrientationRegistry.currentTraitCollection == nil {
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationModule.swift98 …guard let currentTraitCollection = screenOrientationRegistry.currentTraitCollection, shouldEmitEve… in screenOrientationDidChange() variable
106 "verticalSizeClass": currentTraitCollection.verticalSizeClass, in screenOrientationDidChange()
107 "horizontalSizeClass": currentTraitCollection.horizontalSizeClass in screenOrientationDidChange()
H A DScreenOrientationViewController.swift21 if self.screenOrientationRegistry.currentTraitCollection == nil {
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationModule.m154 UITraitCollection * currentTraitCollection = [_screenOrientationRegistry currentTrailCollection];
159 @"verticalSizeClass": ABI47_0_0EXNullIfNil(@(currentTraitCollection.verticalSizeClass)),
160 @"horizontalSizeClass": ABI47_0_0EXNullIfNil(@(currentTraitCollection.horizontalSizeClass)),
H A DABI47_0_0EXScreenOrientationRegistry.m14 @property (nonatomic, weak, nullable) UITraitCollection *currentTraitCollection; property
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationModule.m154 UITraitCollection * currentTraitCollection = [_screenOrientationRegistry currentTrailCollection];
159 @"verticalSizeClass": ABI48_0_0EXNullIfNil(@(currentTraitCollection.verticalSizeClass)),
160 @"horizontalSizeClass": ABI48_0_0EXNullIfNil(@(currentTraitCollection.horizontalSizeClass)),
H A DABI48_0_0EXScreenOrientationRegistry.m14 @property (nonatomic, weak, nullable) UITraitCollection *currentTraitCollection; property
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenWindowTraits.mm73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenWindowTraits.mm73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAppearance.mm62 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAppearance.mm62 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAppearance.mm63 traitCollection = traitCollection ?: [UITraitCollection currentTraitCollection];
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenWindowTraits.mm73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenWindowTraits.mm73 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
77 … return [UITraitCollection.currentTraitCollection userInterfaceStyle] == UIUserInterfaceStyleDark
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.m564 // 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 DEXAppViewController.m119 if (ScreenOrientationRegistry.shared.currentTraitCollection == nil) {