Example usage for android.view View.OnTouchListener interface-usage

List of usage examples for android.view View.OnTouchListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnTouchListener interface-usage.

Usage

From source file com.marshalchen.ultimaterecyclerview.swipelistview.SwipeListViewTouchListener.java

/**
 * Touch listener impl for the SwipeListView
 */
public class SwipeListViewTouchListener implements View.OnTouchListener {

    private static final int DISPLACE_CHOICE = 80;

From source file com.xpread.swipelistview.SwipeListViewTouchListener.java

/**
 * Touch listener impl for the SwipeListView
 */
public class SwipeListViewTouchListener implements View.OnTouchListener {

    private static final int DISPLACE_CHOICE = 80;

From source file com.yanzhenjie.album.widget.photoview.PhotoViewAttacher.java

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

    private Interpolator mInterpolator = new AccelerateDecelerateInterpolator();
    int ZOOM_DURATION = DEFAULT_ZOOM_DURATION;

From source file com.example.imagegallerydemo.photoview.PhotoViewAttacher.java

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

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file com.kf5.sdk.system.photoview.PhotoViewAttacher.java

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

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file org.thor.base.view.photoView.PhotoViewAttacher.java

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

    // let debug flag be dynamic, but still Proguard can be used to remove from
    // release builds

From source file photoview.PhotoViewAttacher.java

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

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file com.sflib.CustomView.photoview.PhotoViewAttacher.java

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

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file com.praisehim.koraildelay.SwipeLibrary.SwipeListViewTouchListener.java

/**
 * Touch listener impl for the SwipeListView
 */
public class SwipeListViewTouchListener implements View.OnTouchListener {

    private static final int DISPLACE_CHOICE = 80;

From source file com.soubw.photoview.PhotoViewAttacher.java

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

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from