| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/ios/SafeAreaView/ |
| H A D | RCTView+DevMenuSafeAreaCompat.swift | 25 guard let vc = self.reactViewController() else { in emulatedSafeAreaInsets() variable 29 let topLayoutOffset = vc.topLayoutGuide.length in emulatedSafeAreaInsets() 30 let bottomLayoutOffset = vc.bottomLayoutGuide.length in emulatedSafeAreaInsets() 31 var safeArea = vc.view.bounds in emulatedSafeAreaInsets() 34 let localSafeArea = vc.view.convert(safeArea, to: self) in emulatedSafeAreaInsets()
|
| /expo/packages/expo-dev-launcher/ios/Errors/ |
| H A D | EXDevLauncherErrorViewController.swift | 56 …let vc = storyboard.instantiateViewController(withIdentifier: "EXDevLauncherErrorView") as? EXDevL… in create() variable 58 vc?.manager = manager in create() 59 return vc in create()
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenWindowTraits.h | 23 inViewController:(UIViewController *)vc; 24 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| H A D | ABI47_0_0RNSScreenWindowTraits.mm | 219 inViewController:(UIViewController *)vc 221 UIViewController *lastViewController = [[vc childViewControllers] lastObject]; 223 UIViewController *vc = nil; 225 vc = [(ABI47_0_0RNScreensViewController *)lastViewController findActiveChildVC]; 227 vc = [(ABI47_0_0RNScreensNavigationController *)lastViewController topViewController]; 229 return [vc isKindOfClass:[ABI47_0_0RNSScreen class]] && 230 …[(ABI47_0_0RNSScreen *)vc findChildVCForConfigAndTrait:trait includingModals:includingModals] != n… 236 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc 240 inViewController:vc];
|
| H A D | ABI47_0_0RNSScreenStackHeaderConfig.mm | 109 UIViewController *vc = _screenView.controller; 125 if (vc != nil && (nextVC == vc || isInFullScreenModal || isPresentingVC)) { 135 UIViewController *vc = _screenView.controller; 294 if (vc.transitionCoordinator) { 295 [vc.transitionCoordinator 421 + (void)updateViewController:(UIViewController *)vc 425 UINavigationItem *navitem = vc.navigationItem; 442 vc.edgesForExtendedLayout = UIRectEdgeNone; 445 vc.edgesForExtendedLayout = UIRectEdgeAll; 602 [vc.transitionCoordinator [all …]
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenWindowTraits.h | 23 inViewController:(UIViewController *)vc; 24 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| H A D | ABI49_0_0RNSScreenWindowTraits.mm | 242 inViewController:(UIViewController *)vc 244 UIViewController *lastViewController = [[vc childViewControllers] lastObject]; 246 UIViewController *vc = nil; 248 vc = [(ABI49_0_0RNScreensViewController *)lastViewController findActiveChildVC]; 250 vc = [(ABI49_0_0RNScreensNavigationController *)lastViewController topViewController]; 252 return [vc isKindOfClass:[ABI49_0_0RNSScreen class]] && 253 …[(ABI49_0_0RNSScreen *)vc findChildVCForConfigAndTrait:trait includingModals:includingModals] != n… 259 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc 263 inViewController:vc];
|
| H A D | ABI49_0_0RNSScreenStackHeaderConfig.mm | 132 UIViewController *vc = _screenView.controller; 148 if (vc != nil && (nextVC == vc || isInFullScreenModal || isPresentingVC)) { 158 UIViewController *vc = _screenView.controller; 327 if (vc.transitionCoordinator) { 328 [vc.transitionCoordinator 449 + (void)updateViewController:(UIViewController *)vc 453 UINavigationItem *navitem = vc.navigationItem; 470 vc.edgesForExtendedLayout = UIRectEdgeNone; 473 vc.edgesForExtendedLayout = UIRectEdgeAll; 633 [vc.transitionCoordinator [all …]
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenWindowTraits.h | 23 inViewController:(UIViewController *)vc; 24 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| H A D | RNSScreenWindowTraits.mm | 242 inViewController:(UIViewController *)vc 244 UIViewController *lastViewController = [[vc childViewControllers] lastObject]; 246 UIViewController *vc = nil; 248 vc = [(RNScreensViewController *)lastViewController findActiveChildVC]; 250 vc = [(RNScreensNavigationController *)lastViewController topViewController]; 252 return [vc isKindOfClass:[RNSScreen class]] && 253 [(RNSScreen *)vc findChildVCForConfigAndTrait:trait includingModals:includingModals] != nil; 259 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc 263 inViewController:vc];
|
| H A D | RNSScreenStackHeaderConfig.mm | 132 UIViewController *vc = _screenView.controller; 148 if (vc != nil && (nextVC == vc || isInFullScreenModal || isPresentingVC)) { 158 UIViewController *vc = _screenView.controller; 327 if (vc.transitionCoordinator) { 328 [vc.transitionCoordinator 449 + (void)updateViewController:(UIViewController *)vc 453 UINavigationItem *navitem = vc.navigationItem; 470 vc.edgesForExtendedLayout = UIRectEdgeNone; 473 vc.edgesForExtendedLayout = UIRectEdgeAll; 633 [vc.transitionCoordinator [all …]
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | ABI48_0_0RNSScreenWindowTraits.h | 23 inViewController:(UIViewController *)vc; 24 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| H A D | ABI48_0_0RNSScreenWindowTraits.mm | 219 inViewController:(UIViewController *)vc 221 UIViewController *lastViewController = [[vc childViewControllers] lastObject]; 223 UIViewController *vc = nil; 225 vc = [(ABI48_0_0RNScreensViewController *)lastViewController findActiveChildVC]; 227 vc = [(ABI48_0_0RNScreensNavigationController *)lastViewController topViewController]; 229 return [vc isKindOfClass:[ABI48_0_0RNSScreen class]] && 230 …[(ABI48_0_0RNSScreen *)vc findChildVCForConfigAndTrait:trait includingModals:includingModals] != n… 236 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc 240 inViewController:vc];
|
| H A D | ABI48_0_0RNSScreenStackHeaderConfig.mm | 109 UIViewController *vc = _screenView.controller; 125 if (vc != nil && (nextVC == vc || isInFullScreenModal || isPresentingVC)) { 135 UIViewController *vc = _screenView.controller; 294 if (vc.transitionCoordinator) { 295 [vc.transitionCoordinator 421 + (void)updateViewController:(UIViewController *)vc 425 UINavigationItem *navitem = vc.navigationItem; 442 vc.edgesForExtendedLayout = UIRectEdgeNone; 445 vc.edgesForExtendedLayout = UIRectEdgeAll; 618 [vc.transitionCoordinator [all …]
|
| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationRNSScreenWindowTraits.h | 9 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationRNSScreenWindowTraits.h | 9 + (BOOL)shouldAskScreensForScreenOrientationInViewController:(UIViewController *)vc;
|
| /expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 183 val vc = ViewConfiguration.get(editText.context) in canBegin() constant in abi48_0_0.com.swmansion.gesturehandler.core.NativeViewGestureHandler.EditTextHook 184 touchSlopSquared = vc.scaledTouchSlop * vc.scaledTouchSlop in canBegin()
|
| /expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 183 val vc = ViewConfiguration.get(editText.context) in canBegin() constant in abi47_0_0.com.swmansion.gesturehandler.core.NativeViewGestureHandler.EditTextHook 184 touchSlopSquared = vc.scaledTouchSlop * vc.scaledTouchSlop in canBegin()
|
| /expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 186 val vc = ViewConfiguration.get(editText.context) in canBegin() constant 187 touchSlopSquared = vc.scaledTouchSlop * vc.scaledTouchSlop in canBegin()
|
| /expo/ios/Exponent/ExpoKit/ |
| H A D | EXViewController.h | 10 - (void)viewController:(EXViewController * _Nonnull)vc didNavigateAppToVisible:(EXKernelAppRecord *…
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 73 …let vc = findViewControllerPresenter(from: UIApplication.shared.delegate?.window??.rootViewControl… in presentAddressSheet() variable 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 73 …let vc = findViewControllerPresenter(from: UIApplication.shared.delegate?.window??.rootViewControl… in presentAddressSheet() variable 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 73 …let vc = findViewControllerPresenter(from: UIApplication.shared.delegate?.window??.rootViewControl… in presentAddressSheet() variable 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 186 val vc = ViewConfiguration.get(editText.context) in canBegin() constant in abi49_0_0.com.swmansion.gesturehandler.core.NativeViewGestureHandler.EditTextHook 187 touchSlopSquared = vc.scaledTouchSlop * vc.scaledTouchSlop in canBegin()
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/pushprovisioning/ |
| H A D | AddToWalletButtonView.swift | 86 …let vc = findViewControllerPresenter(from: UIApplication.shared.delegate?.window??.rootViewControl… in beginPushProvisioning() variable 87 vc.present(controller!, animated: true, completion: nil) in beginPushProvisioning()
|