Searched refs:convertedPoint (Results 1 – 13 of 13) sorted by relevance
25 let convertedPoint = coordinateSpace.convert(point, to: overlayViewController.view) variable26 return overlayViewController.view.bounds.contains(convertedPoint)
50 CGPoint convertedPoint = [subview convertPoint:point fromView:self];51 hitSubview = [subview hitTest:convertedPoint withEvent:event];
119 …CGPoint convertedPoint = [_screenView.ABI49_0_0ReactSuperview convertPoint:point toView:headerComp…121 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
119 … CGPoint convertedPoint = [_screenView.reactSuperview convertPoint:point toView:headerComponent];121 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
96 …CGPoint convertedPoint = [_screenView.ABI48_0_0ReactSuperview convertPoint:point toView:headerComp…98 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];
460 Point convertedPoint = convertScreenLocationToViewCoordinates(newPoint, viewToUpdateParent); in updateLayout() local461 x = convertedPoint.x; in updateLayout()462 y = convertedPoint.y; in updateLayout()
190 CGPoint convertedPoint = [subview convertPoint:point fromView:self];191 hitSubview = [subview hitTest:convertedPoint withEvent:event];
195 CGPoint convertedPoint = [subview convertPoint:point fromView:self];196 hitSubview = [subview hitTest:convertedPoint withEvent:event];
188 CGPoint convertedPoint = [subview convertPoint:point fromView:self];189 hitSubview = [subview hitTest:convertedPoint withEvent:event];
96 …CGPoint convertedPoint = [_screenView.ABI47_0_0ReactSuperview convertPoint:point toView:headerComp…98 UIView *hitTestResult = [headerComponent hitTest:convertedPoint withEvent:event];