onChildStartedNativeGesture

abstract fun onChildStartedNativeGesture(childView: View?, ev: MotionEvent)

Called when a child starts a native gesture (e.g. a scroll in a ScrollView). Should be called from the child's onTouchIntercepted implementation.


Deprecated

Use onChildStartedNativeGesture with a childView parameter.

Replace with

onChildStartedNativeGesture