List of usage examples for android.view GestureDetector.OnDoubleTapListener interface-usage
From source file zemin.notification.NotificationBoard.java
/**
* A board showing a list of current notifications. You can provide your own implementation
* of {@link NotificationBoardCallback} to customize the board appearance.
*
* @see NotificationBoard#setCallback.
*/
From source file kr.wdream.ui.PhotoViewer.java
@SuppressWarnings("unchecked") public class PhotoViewer implements NotificationCenter.NotificationCenterDelegate, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private static final String LOG_TAG = "PhotoViewer";
From source file net.bluehack.ui.PhotoViewer.java
@SuppressWarnings("unchecked") public class PhotoViewer implements NotificationCenter.NotificationCenterDelegate, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private int classGuid; private PhotoViewerProvider placeProvider;
From source file org.telegram.ui.PhotoViewer.java
@SuppressWarnings("unchecked") public class PhotoViewer implements NotificationCenter.NotificationCenterDelegate, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private int classGuid; private PhotoViewerProvider placeProvider;
From source file org.telegram.ui.ArticleViewer.java
@TargetApi(16) public class ArticleViewer implements NotificationCenter.NotificationCenterDelegate, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private Activity parentActivity; private ArrayList<BlockEmbedCell> createdWebViews = new ArrayList<>();