onLongPress

abstract fun onLongPress(motionEvent: MotionEvent)

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

Parameters

motionEvent

The {@link MotionEvent} that registered as a confirmed long press.