Home
last modified time | relevance | path

Searched refs:convertedPoint (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/Extensions/
H A DOverlayContainerViewControllerDelegate+Defaults.swift25 let convertedPoint = coordinateSpace.convert(point, to: overlayViewController.view) variable
26 return overlayViewController.view.bounds.contains(convertedPoint)
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSFullWindowOverlay.mm50 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
51 hitSubview = [subview hitTest:convertedPoint withEvent:event];
H A DABI49_0_0RNSScreenStackHeaderConfig.mm119 …CGPoint convertedPoint = [_screenView.ABI49_0_0ReactSuperview convertPoint:point toView:headerComp…
121 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSFullWindowOverlay.mm50 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
51 hitSubview = [subview hitTest:convertedPoint withEvent:event];
H A DRNSScreenStackHeaderConfig.mm119 … CGPoint convertedPoint = [_screenView.reactSuperview convertPoint:point toView:headerComponent];
121 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSFullWindowOverlay.mm50 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
51 hitSubview = [subview hitTest:convertedPoint withEvent:event];
H A DABI48_0_0RNSScreenStackHeaderConfig.mm96 …CGPoint convertedPoint = [_screenView.ABI48_0_0ReactSuperview convertPoint:point toView:headerComp…
98 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java460 Point convertedPoint = convertScreenLocationToViewCoordinates(newPoint, viewToUpdateParent); in updateLayout() local
461 x = convertedPoint.x; in updateLayout()
462 y = convertedPoint.y; in updateLayout()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java460 Point convertedPoint = convertScreenLocationToViewCoordinates(newPoint, viewToUpdateParent); in updateLayout() local
461 x = convertedPoint.x; in updateLayout()
462 y = convertedPoint.y; in updateLayout()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTView.m190 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
191 hitSubview = [subview hitTest:convertedPoint withEvent:event];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTView.m195 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
196 hitSubview = [subview hitTest:convertedPoint withEvent:event];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTView.m188 CGPoint convertedPoint = [subview convertPoint:point fromView:self];
189 hitSubview = [subview hitTest:convertedPoint withEvent:event];
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStackHeaderConfig.mm96 …CGPoint convertedPoint = [_screenView.ABI47_0_0ReactSuperview convertPoint:point toView:headerComp…
98 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];