List of usage examples for android.view GestureDetector.OnGestureListener interface-usage
From source file zemin.notification.NotificationView.java
/**
* Notification view.
*
* Callback {@link NotificationViewCallback} must be set before this view is displayed,
* otherwise exception {@link CallbackNotFoundException} will be thrown.
*
From source file com.google.android.apps.santatracker.rocketsleigh.RocketSleighActivity.java
public class RocketSleighActivity extends FragmentActivity implements View.OnTouchListener, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener, OnClickListener, SoundPool.OnLoadCompleteListener, MediaPlayer.OnCompletionListener { private ImageView mElf; private ImageView mThrust;
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 com.android.ex.chips.RecipientEditTextView.java
/** * RecipientEditTextView is an auto complete text view for use with applications that use the new Chips UI for * addressing a message to recipients. */ public class RecipientEditTextView extends MultiAutoCompleteTextView implements Callback, RecipientAlternatesAdapter.OnCheckedItemChangedListener,
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<>();