Example usage for android.view GestureDetector.OnDoubleTapListener interface-usage

List of usage examples for android.view GestureDetector.OnDoubleTapListener interface-usage

Introduction

In this page you can find the example usage for android.view GestureDetector.OnDoubleTapListener interface-usage.

Usage

From source file cz.metaverse.android.bilingualreader.helper.BookPanelOnTouchListener.java

/**
 *
 *                                                       /===-_---~~~~~~~~~------____
 *                                                      |===-~___                _,-'
 *                       -==\\                         `//~\\   ~~~~`---.___.-~~
 *                   ______-==|                         | |  \\           _-~`

From source file org.videolan.vlc.gui.video.PopupManager.java

public class PopupManager implements PlaybackService.Callback, GestureDetector.OnDoubleTapListener,
        View.OnClickListener, GestureDetector.OnGestureListener, IVLCVout.Callback {

    private static final String TAG = "VLC/PopupManager";

    private static final int FLING_STOP_VELOCITY = 3000;

From source file it.configure.imageloader.zoom.PhotoViewAttacher.java

public class PhotoViewAttacher
        implements IPhotoView, View.OnTouchListener, VersionedGestureDetector.OnGestureListener,
        GestureDetector.OnDoubleTapListener, ViewTreeObserver.OnGlobalLayoutListener {

    static final String LOG_TAG = "PhotoViewAttacher";

From source file com.google.android.gms.location.sample.locationupdates.MainActivity.java

/**
 * Getting Location Updates.
 *
 * Demonstrates how to use the Fused Location Provider API to get updates about a device's
 * location. The Fused Location Provider is part of the Google Play services location APIs.
 *

From source file com.duy.pascal.ui.view.console.ConsoleView.java

public class ConsoleView extends View
        implements GestureDetector.OnDoubleTapListener, GestureDetector.OnGestureListener {
    public static final String THE_DELETE_COMMAND = "\u2764";
    public static final String THE_ENTER_KEY = "\u2713";
    private static final String TAG = "ConsoleView";

From source file martin.app.bitunion.widget.PhotoView.java

/**
 * Layout for the photo list view header.
 * <p/>
 * Forked from https://android.googlesource.com/platform/frameworks/opt/photoviewer/+/master/src/com/android/ex/photo/views/PhotoView.java
 * blob: b87f6a14e80c61140af3e8619c8626831191cbc0
 */

From source file joshuatee.wx.USWXOGLRadarActivity.java

public class USWXOGLRadarActivity extends Activity
        implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener {

    // This activity is a general purpose viewer of nexrad and mosaic content
    // nexrad data is downloaded from NWS FTP, decoded and drawn using OpenGL ES

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 keyboard.ecloga.com.eclogakeyboard.EclogaKeyboard.java

public class EclogaKeyboard extends InputMethodService implements KeyboardView.OnTouchListener,
        GestureDetector.OnDoubleTapListener, KeyboardView.OnKeyboardActionListener {

    private boolean vbListenerPause;
    private ShakeListener mShaker;
    private KeyboardView kv;

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;