Home
last modified time | relevance | path

Searched refs:presentationTransitionWillBegin (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerSheetDimmingView.swift13 func presentationTransitionWillBegin() in presentationTransitionWillBegin() function
27 func presentationTransitionWillBegin() {} in presentationTransitionWillBegin() function
59 open func presentationTransitionWillBegin() { in presentationTransitionWillBegin() function
H A DOverlayContainerPresentationController.swift21 open override func presentationTransitionWillBegin() { in presentationTransitionWillBegin() function
22 super.presentationTransitionWillBegin() in presentationTransitionWillBegin()
H A DOverlayContainerSheetPresentationController.swift75 open override func presentationTransitionWillBegin() { in presentationTransitionWillBegin() function
76 super.presentationTransitionWillBegin() in presentationTransitionWillBegin()
120 dimmingView.presentationTransitionWillBegin() in startDimmingViewPresentationTransition()