Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns true if MotionEvents dispatched to this ViewGroup can be split to multiple children.
Set method documentation [Android Documentation]
Enable or disable the splitting of MotionEvents to multiple children during touch event
dispatch. This behavior is enabled by default for applications that target an
SDK version of NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#HONEYCOMB or newer.
When this option is enabled MotionEvents may be split and dispatched to different child
views depending on where each pointer initially went down. This allows for user interactions
such as scrolling two panes of content independently, chording of buttons, and performing
independent gestures on different pieces of content.