Searched refs:translationController (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-dev-menu/ios/OverlayContainer/ |
| H A D | OverlayContainerViewController.swift | 181 translationController?.scheduleOverlayTranslation( 200 translationController?.scheduleOverlayTranslation( in invalidateNotchHeights() 248 translationController?.delegate = self in loadTranslationController() 249 translationController?.scheduleOverlayTranslation( in loadTranslationController() 266 guard let translationController = translationController, in loadTranslationDrivers() variable 274 translationController: translationController, in loadTranslationDrivers() 282 translationController: translationController, in loadTranslationDrivers() 334 func translationController(_ translationController: OverlayTranslationController, 345 func translationController(_ translationController: OverlayTranslationController, 368 func translationController(_ translationController: OverlayTranslationController, [all …]
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | PanGestureOverlayTranslationDriver.swift | 14 private weak var translationController: OverlayTranslationController? variable 19 init(translationController: OverlayTranslationController, 21 self.translationController = translationController 41 return translationController?.isDraggable(at: gesture.startingLocation, in: view) ?? false in gestureRecognizerShouldBegin() 47 guard let controller = translationController, let view = sender.view else { return } in overlayPanGestureAction()
|
| H A D | ScrollViewOverlayTranslationDriver.swift | 12 weak var translationController: OverlayTranslationController? variable 25 init(translationController: OverlayTranslationController, scrollView: UIScrollView) { 26 self.translationController = translationController 41 translationController?.startOverlayTranslation() in overlayScrollViewWillBeginDragging() 45 guard let controller = translationController else { return } in overlayScrollViewDidScroll() 66 guard let controller = translationController else { return } 98 guard let controller = translationController, scrollView.isTracking else { return false } in shouldDragOverlay() 114 guard let controller = translationController else { return .zero } in adjustedContentOffset()
|
| H A D | HeightContraintOverlayTranslationController.swift | 23 …func overlayViewController(for translationController: OverlayTranslationController) -> UIViewContr… in overlayViewController() 25 func translationController(_ translationController: OverlayTranslationController, in overlayViewController() 27 func translationController(_ translationController: OverlayTranslationController, in overlayViewController() 31 func translationController(_ translationController: OverlayTranslationController, in overlayViewController() 33 func translationController(_ translationController: OverlayTranslationController, in overlayViewController() 103 delegate?.translationController(self, willMoveOverlayToNotchAt: targetIndex) in overlayViewController() 131 self.delegate?.translationController(self, didMoveOverlayToNotchAt: targetIndex) in overlayViewController() 138 delegate?.translationController(self, willTranslateOverlayWith: coordinator) in overlayViewController() 145 delegate?.translationController(self, didMoveOverlayToNotchAt: targetIndex) in overlayViewController() 234 delegate?.translationController(self, willEndDraggingAtVelocity: velocity) in overlayViewController() [all …]
|