onDoubleTap

abstract fun onDoubleTap(e: MotionEvent, isTwoFingers: Boolean): Boolean

Notified when a double-tap occurs.

Return

true if the event is consumed, else false

Parameters

e

motion event object of last ACTION_UP event

isTwoFingers

whether it is single finger or two-finger double-tap