-
- All Implemented Interfaces:
-
android.view.GestureDetector.OnContextClickListener,android.view.GestureDetector.OnDoubleTapListener,android.view.GestureDetector.OnGestureListener
public final class ShortTapListener extends GestureDetector.SimpleOnGestureListener
If you just add a single tap listener to the surface view it triggers even when there's a zoom ending. This avoids the issue.
-
-
Constructor Summary
Constructors Constructor Description ShortTapListener(Function0<Unit> action)
-
Method Summary
Modifier and Type Method Description BooleanonSingleTapConfirmed(MotionEvent e)-
Methods inherited from class live.hms.roomkit.ui.meeting.activespeaker.ShortTapListener
onContextClick, onDoubleTap, onDoubleTapEvent, onDown, onFling, onLongPress, onScroll, onShowPress, onSingleTapUp -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ShortTapListener
ShortTapListener(Function0<Unit> action)
-
-
Method Detail
-
onSingleTapConfirmed
Boolean onSingleTapConfirmed(MotionEvent e)
-
-
-
-