Package 

Class ShortTapListener

  • 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.

    • Method Summary

      Modifier and Type Method Description
      Boolean onSingleTapConfirmed(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