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

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

Introduction

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

Usage

From source file com.groksolutions.grok.mobile.notification.NotificationListActivity.java

@SuppressLint("ClickableViewAccessibility")
public class NotificationListActivity extends FragmentActivity
        implements ConfirmDialogFragment.ConfirmDialogListener, GestureDetector.OnGestureListener {

    private static final float DELETION_FLING_THRESHOLD = 20f;
    static final String TAG = NotificationListActivity.class.getCanonicalName();

From source file com.YOMPsolutions.YOMP.mobile.notification.NotificationListActivity.java

@SuppressLint("ClickableViewAccessibility")
public class NotificationListActivity extends FragmentActivity
        implements ConfirmDialogFragment.ConfirmDialogListener, GestureDetector.OnGestureListener {

    private static final float DELETION_FLING_THRESHOLD = 20f;
    static final String TAG = NotificationListActivity.class.getCanonicalName();

From source file org.apache.cordova.core.Gesture.java

interface TestWebViewGesture extends GestureDetector.OnGestureListener {
    public void setWebView(TestWebView view);
}

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 org.mariotaku.harmony.activity.MusicPlaybackActivity.java

public class MusicPlaybackActivity extends BaseActivity
        implements Constants, View.OnClickListener, SeekBar.OnSeekBarChangeListener, ViewPager.OnPageChangeListener,
        RepeatingImageButton.RepeatListener, ExtendedRelativeLayout.TouchInterceptor,
        ActionBar.OnMenuVisibilityListener, GestureDetector.OnGestureListener {

    private static final float ALBUM_ART_ALPHA_INACTIVE = 0.3f;

From source file android.widget.Gallery.java

/**
 * A view that shows items in a center-locked, horizontally scrolling list.
 * <p>
 * The default values for the Gallery assume you will be using
 * {@link android.R.styleable#Theme_galleryItemBackground} as the background for
 * each View given to the Gallery from the Adapter. If you are not doing this,

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 de.dmxcontrol.activity.ControlActivity.java

public class ControlActivity extends FragmentActivity
        implements OnUpdateActionView, GestureDetector.OnGestureListener, OnPanelResumedListener {
    public final static String TAG = "controlactivity";
    private float SWIPE_MIN_VELOCITY;
    private float SWIPE_MIN_DISTANCE;

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