Package-level declarations
Types
This class coordinates JSResponder commands for UIManager. It should be set as OnInterceptTouchEventListener for all newly created native views that implements [ ] and thanks to the information whether JSResponder is set and to which view it will correctly coordinate the return values of OnInterceptTouchEventListener such that touch events will be dispatched to the view selected by JS gesture recognizer.
Interface definition for a callback to be invoked when a onInterceptTouch is called on a ViewGroup.
This interface should be implemented by all View subclasses that want to use the hitSlop prop to extend their touch areas.
This interface should be implemented by all ViewGroup subviews that can be instantiating by NativeViewHierarchyManager. It is used to configure onInterceptTouch event listener which then is used to control touch event flow in cases in which they requested to be intercepted by some parent view based on a JS gesture detector.