onTap

abstract fun onTap(motionEvent: MotionEvent): Boolean

Called when the user has a tap gesture, before processing scroll handle toggling.

Return

true if the single tap was handled, false to toggle scroll handle.

Parameters

motionEvent

The {@link MotionEvent} that registered as a confirmed single tap.