| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | DevLauncherController.swift | 53 let controller = AppController.sharedInstance in reset() variable 54 controller.launcher = nil in reset() 55 controller.isStarted = true in reset() 72 tempConfig = controller.config 79 database: controller.database, 80 directory: controller.updatesDirectory!, 187 controller.resetSelectionPolicyToDefault() in setDevelopmentSelectionPolicy() 219 database: controller.database, 235 controller.isStarted = true 236 controller.launcher = launcher [all …]
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | DevLauncherController.swift | 53 let controller = AppController.sharedInstance in reset() variable 54 controller.launcher = nil in reset() 55 controller.isStarted = true in reset() 72 tempConfig = controller.config 79 database: controller.database, 80 directory: controller.updatesDirectory!, 187 controller.resetSelectionPolicyToDefault() in setDevelopmentSelectionPolicy() 219 database: controller.database, 235 controller.isStarted = true 236 controller.launcher = launcher [all …]
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesDevLauncherController.kt | 65 controller.fileDownloader, in fetchUpdateWithConfiguration() 66 controller.updatesDirectory, in fetchUpdateWithConfiguration() 127 controller.setNextSelectionPolicy( in launchUpdate() 138 controller.updatesDirectory!!, in launchUpdate() 139 controller.fileDownloader, in launchUpdate() 140 controller.selectionPolicy in launchUpdate() 154 controller.setLauncher(launcher) in launchUpdate() 164 controller.runReaper() in launchUpdate() 186 controller.fileDownloader, in storedUpdateIdsWithConfiguration() 187 controller.selectionPolicy in storedUpdateIdsWithConfiguration() [all …]
|
| /expo/packages/expo-dev-launcher/ios/Errors/ |
| H A D | EXDevLauncherErrorManager.swift | 7 internal weak var controller: EXDevLauncherController? variable 13 public init(controller: EXDevLauncherController) { 14 self.controller = controller 34 controller?.currentWindow()?.rootViewController = currentVC in showError() 35 controller?.currentWindow()?.makeKeyAndVisible() in showError() 46 if currentVC == nil || controller?.currentWindow()?.rootViewController != currentVC { in getNextErrorViewController()
|
| H A D | EXDevLauncherUncaughtExceptionHandler.swift | 41 let controller = EXDevLauncherController.sharedInstance() in tryToSendExceptionToBundler() variable 42 if (controller.isAppRunning()) { in tryToSendExceptionToBundler() 43 guard let url = getWebSocketUrl(controller) else { in tryToSendExceptionToBundler() 54 static func getWebSocketUrl(_ controller: EXDevLauncherController) -> URL? { in getWebSocketUrl() 58 guard let appUrl = controller.appBridge?.bundleURL else { in getWebSocketUrl()
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | OverlayContainerConfigurationImplementation.swift | 54 guard let controller = overlayContainerViewController else { in animationController() variable 58 controller, in animationController() 61 let defaultController = SpringOverlayTranslationAnimationController(style: controller.style) in animationController() 66 guard let controller = overlayContainerViewController else { in overlayTargetNotchPolicy() variable 70 controller, in overlayTargetNotchPolicy() 76 func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? { in scrollView() 118 guard let controller = overlayContainerViewController else { return 0 } in requestHeightForNotch() variable 120 controller, in requestHeightForNotch() 122 availableSpace: controller.availableSpace in requestHeightForNotch() 127 guard let controller = overlayContainerViewController else { return 0 } in requestNumberOfNotches() variable [all …]
|
| H A D | ScrollViewOverlayTranslationDriver.swift | 45 guard let controller = translationController else { return } in overlayScrollViewDidScroll() variable 57 controller.dragOverlay(withOffset: overlayTranslation, usesFunction: false) in overlayScrollViewDidScroll() 66 guard let controller = translationController else { return } variable 74 switch controller.translationPosition { 79 case .inFlight where !controller.overlayHasReachedANotch(): 92 controller.endOverlayTranslation(withVelocity: adjustedVelocity) 98 guard let controller = translationController, scrollView.isTracking else { return false } in shouldDragOverlay() variable 101 switch controller.translationPosition { in shouldDragOverlay() 114 guard let controller = translationController else { return .zero } in adjustedContentOffset() variable 117 switch controller.translationPosition { in adjustedContentOffset()
|
| H A D | PanGestureOverlayTranslationDriver.swift | 47 guard let controller = translationController, let view = sender.view else { return } in overlayPanGestureAction() variable 51 controller.startOverlayTranslation() in overlayPanGestureAction() 52 if controller.isDraggable(at: sender.startingLocation, in: view) { in overlayPanGestureAction() 53 controller.dragOverlay(withOffset: translation.y, usesFunction: true) in overlayPanGestureAction() 58 controller.dragOverlay(withOffset: translation.y, usesFunction: true) in overlayPanGestureAction() 61 controller.endOverlayTranslation(withVelocity: velocity) in overlayPanGestureAction()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesDevLauncherController.m | 68 [controller setLauncher:nil]; 69 [controller setIsStarted:NO]; 92 _tempConfig = controller.config; 95 [controller setConfigurationInternal:updatesConfiguration]; 111 [controller setConfigurationInternal:self->_tempConfig]; 165 [controller resetSelectionPolicyToDefault]; 171 [controller resetSelectionPolicyToDefault]; 196 [controller setConfigurationInternal:self->_tempConfig]; 201 [controller setIsStarted:YES]; 202 [controller setLauncher:launcher]; [all …]
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesDevLauncherController.m | 68 [controller setLauncher:nil]; 69 [controller setIsStarted:NO]; 92 _tempConfig = controller.config; 95 [controller setConfigurationInternal:updatesConfiguration]; 111 [controller setConfigurationInternal:self->_tempConfig]; 165 [controller resetSelectionPolicyToDefault]; 171 [controller resetSelectionPolicyToDefault]; 196 [controller setConfigurationInternal:self->_tempConfig]; 201 [controller setIsStarted:YES]; 202 [controller setLauncher:launcher]; [all …]
|
| /expo/packages/expo-splash-screen/ios/EXSplashScreen/ |
| H A D | EXSplashScreenModule.m | 117 if (!controller) { 119 controller = self.utilities.currentViewController; 121 controller.presentingViewController != nil) { 122 controller = controller.presentingViewController; 124 return controller; 131 controller = presentedController; 132 presentedController = controller.presentedViewController; 134 return controller; 154 UIViewController *controller = window.rootViewController; 156 return controller; [all …]
|
| /expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI47_0_0EXSplashScreenModule.m | 117 if (!controller) { 119 controller = self.utilities.currentViewController; 121 controller.presentingViewController != nil) { 122 controller = controller.presentingViewController; 124 return controller; 131 controller = presentedController; 132 presentedController = controller.presentedViewController; 134 return controller; 154 UIViewController *controller = window.rootViewController; 156 return controller; [all …]
|
| /expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI49_0_0EXSplashScreenModule.m | 117 if (!controller) { 119 controller = self.utilities.currentViewController; 121 controller.presentingViewController != nil) { 122 controller = controller.presentingViewController; 124 return controller; 131 controller = presentedController; 132 presentedController = controller.presentedViewController; 134 return controller; 154 UIViewController *controller = window.rootViewController; 156 return controller; [all …]
|
| /expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI48_0_0EXSplashScreenModule.m | 117 if (!controller) { 119 controller = self.utilities.currentViewController; 121 controller.presentingViewController != nil) { 122 controller = controller.presentingViewController; 124 return controller; 131 controller = presentedController; 132 presentedController = controller.presentedViewController; 134 return controller; 154 UIViewController *controller = window.rootViewController; 156 return controller; [all …]
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/ |
| H A D | OverlayContainerViewController.swift | 336 guard let controller = topViewController else { return } variable 340 didMoveOverlay: controller, 347 guard let controller = topViewController else { return } variable 351 willMoveOverlay: controller, 357 guard let controller = topViewController else { return } in translationControllerWillStartDraggingOverlay() variable 360 willStartDraggingOverlay: controller in translationControllerWillStartDraggingOverlay() 364 willStartDraggingOverlay: controller in translationControllerWillStartDraggingOverlay() 373 willEndDraggingOverlay: controller, 378 willEndDraggingOverlay: controller, 395 willTranslateOverlay: controller, [all …]
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/Extensions/ |
| H A D | UIViewController+Children.swift | 27 if let controller = presentationController as? Controller { in oc_findPresentationController<Controller: UIPresentationController>() variable 28 return controller in oc_findPresentationController<Controller: UIPresentationController>() 34 if let controller = self as? Controller { in oc_findChildren<Controller: UIViewController>() variable 35 return [controller] in oc_findChildren<Controller: UIViewController>()
|
| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationRegistry.swift | 110 …public func setMask(_ mask: UIInterfaceOrientationMask, forController controller: any ScreenOrient… in screenOrientationDidChange() 111 let controllerIdentifier = ObjectIdentifier(controller) in screenOrientationDidChange() 204 for controller in orientationControllers { in screenOrientationDidChange() 205 controller.screenOrientationDidChange(newScreenOrientation) in screenOrientationDidChange() 209 public func registerController(_ controller: ScreenOrientationController) { in screenOrientationDidChange() 210 orientationControllers.append(controller) in screenOrientationDidChange() 213 public func unregisterController(_ controller: ScreenOrientationController) { in screenOrientationDidChange() 214 let controllerIdentifier = ObjectIdentifier(controller) in screenOrientationDidChange() 217 orientationControllers.removeAll(where: { $0 === controller }) in screenOrientationDidChange()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/navigationbar/singletons/ |
| H A D | NavigationBar.kt | 35 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 39 "light" -> controller.isAppearanceLightNavigationBars = false in <lambda>() 40 "dark" -> controller.isAppearanceLightNavigationBars = true in <lambda>() 75 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 78 controller.show(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 81 controller.hide(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 133 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 137 … controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in <lambda>() 140 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE in <lambda>() 143 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_TOUCH in <lambda>()
|
| /expo/packages/expo-navigation-bar/android/src/main/java/expo/modules/navigationbar/singletons/ |
| H A D | NavigationBar.kt | 30 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 34 "light" -> controller.isAppearanceLightNavigationBars = false in <lambda>() 35 "dark" -> controller.isAppearanceLightNavigationBars = true in <lambda>() 70 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 73 controller.show(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 76 controller.hide(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 126 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 130 … controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in <lambda>() 133 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE in <lambda>() 136 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_TOUCH in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/navigationbar/singletons/ |
| H A D | NavigationBar.kt | 35 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 39 "light" -> controller.isAppearanceLightNavigationBars = false in <lambda>() 40 "dark" -> controller.isAppearanceLightNavigationBars = true in <lambda>() 75 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 78 controller.show(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 81 controller.hide(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 133 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 137 … controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in <lambda>() 140 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE in <lambda>() 143 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_TOUCH in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/navigationbar/singletons/ |
| H A D | NavigationBar.kt | 35 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 39 "light" -> controller.isAppearanceLightNavigationBars = false in <lambda>() 40 "dark" -> controller.isAppearanceLightNavigationBars = true in <lambda>() 75 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 78 controller.show(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 81 controller.hide(WindowInsetsCompat.Type.navigationBars()) in <lambda>() 133 WindowInsetsControllerCompat(activity.window, activity.window.decorView).let { controller -> in <lambda>() method 137 … controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE in <lambda>() 140 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_SWIPE in <lambda>() 143 controller.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_BARS_BY_TOUCH in <lambda>()
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/ |
| H A D | DevLauncherErrorActivity.kt | 19 private val controller: DevLauncherControllerInterface by inject() constant in expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity 69 controller.navigateToLauncher() in launchHome() 77 val appUrl = controller.latestLoadedApp in reload() 80 controller.navigateToLauncher() in reload() 84 controller.coroutineScope.launch { in reload() 85 controller in reload() 88 … controller.appHost.reactInstanceManager.currentReactContext?.currentActivity as? ReactActivity? in reload()
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenNavigationContainer.mm | 19 self.controller = [[ABI47_0_0RNScreensContainerNavigationController alloc] init]; 20 …[(ABI47_0_0RNScreensContainerNavigationController *)self.controller setNavigationBarHidden:YES ani… 21 [self addSubview:self.controller.view]; 30 …7_0_0RNScreensContainerNavigationController *)self.controller setViewControllers:@[ screen.control…
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenNavigationContainer.mm | 19 self.controller = [[ABI49_0_0RNScreensContainerNavigationController alloc] init]; 20 …[(ABI49_0_0RNScreensContainerNavigationController *)self.controller setNavigationBarHidden:YES ani… 21 [self addSubview:self.controller.view]; 30 …9_0_0RNScreensContainerNavigationController *)self.controller setViewControllers:@[ screen.control…
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenNavigationContainer.mm | 19 self.controller = [[RNScreensContainerNavigationController alloc] init]; 20 …[(RNScreensContainerNavigationController *)self.controller setNavigationBarHidden:YES animated:NO]; 21 [self addSubview:self.controller.view]; 30 …[(RNScreensContainerNavigationController *)self.controller setViewControllers:@[ screen.controller…
|