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.github.chrisbanes.photoview.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, OnGestureListener, View.OnLayoutChangeListener {

From source file test.hugo.photoView.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, OnGestureListener, View.OnLayoutChangeListener {

From source file com.picture.lib.photoview.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, View.OnLayoutChangeListener {

From source file com.frank.protean.photoview.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, View.OnLayoutChangeListener {

From source file com.luck.picture.lib.photoview.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, View.OnLayoutChangeListener {

From source file com.lwkandroid.imagepicker.widget.photoview.PhotoViewAttacher.java

/**
 * The component of {@link PhotoView} which does the work allowing for zooming, scaling, panning, etc.
 * It is made public in case you need to subclass something other than {@link ImageView} and still
 * gain the functionality that {@link PhotoView} offers
 */
public class PhotoViewAttacher implements View.OnTouchListener, View.OnLayoutChangeListener {

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 de.tobiasbielefeld.solitaire.ui.GameManager.java

public class GameManager extends CustomAppCompatActivity implements View.OnTouchListener {

    public boolean hasLoaded = false; //used to call save() in onPause() only if load() has been called before
    public Button buttonAutoComplete; //button for auto complete
    public TextView mainTextViewTime, mainTextViewScore, mainTextViewRedeals; //textViews for time, scores and re-deals
    public RelativeLayout layoutGame; //contains the game stacks and cards

From source file de.timroes.swipetodismiss.SwipeDismissList.java

/**
 * A {@link android.view.View.OnTouchListener} that makes the list items in a
 * {@link ListView} dismissable. {@link ListView} is given special treatment
 * because by default it handles touches for its list items... i.e. it's in
 * charge of drawing the pressed state (the list selector), handling list item
 * clicks, etc. 

From source file com.google.android.apps.mytracks.fragments.MapFragment.java

/**
 * A fragment to display map to the user.
 *
 * @author Leif Hendrik Wilden
 * @author Rodrigo Damazio
 */