List of usage examples for android.view View.OnTouchListener interface-usage
From source file com.offsync.view.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.isoma.homiladavridoctor.utils.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.homechart.app.commont.imagedetail.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.mklab.mikity.android.CanvasFragment.java
/**
* ??????
*
* @author soda
* @version $Revision$, 2014/10/10
*/
From source file cn.golden.pinchzoomcanvasview.PinchZoomCanvasViewAttacher.java
public class PinchZoomCanvasViewAttacher 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.ys.yoosir.photopicker.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.biggun.drawbitmapmesh.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.biggun.yslibrary.View.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.meiqia.meiqiasdk.third.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 il.co.globes.android.swipeListView.SwipeListViewTouchListener.java
/** * Touch listener impl for the SwipeListView */ public class SwipeListViewTouchListener implements View.OnTouchListener { private static final int DISPLACE_CHOICE = 80;