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.gh4a.activities.DiffViewerActivity.java

public abstract class DiffViewerActivity extends WebViewerActivity implements View.OnTouchListener {
    protected String mRepoOwner;
    protected String mRepoName;
    protected String mPath;
    protected String mSha;
    private int mInitialLine;

From source file com.github.vgoliveira.panificadora.MainActivity.java

public class MainActivity extends Activity implements View.OnTouchListener {

    private static final int REQUEST_SELECT_DEVICE = 1;
    private static final int REQUEST_ENABLE_BT = 2;
    public static final int REQUEST_SELECT_RECIPE = 3;
    public static final int REQUEST_FACEBOOK_LOGIN = 4;

From source file com.android.inputmethod.keyboard.emoji.EmojiPalettesView.java

/**
 * View class to implement Emoji palettes.
 * The Emoji keyboard consists of group of views layout/emoji_palettes_view.
 * <ol>
 * <li> Emoji category tabs.
 * <li> Delete button.

From source file com.android.msahakyan.fma.fragment.TrackDetailFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Use the {@link TrackDetailFragment#newInstance} factory method to
 * create an instance of this fragment.
 */
public class TrackDetailFragment extends BaseItemDetailFragment<Track>

From source file com.fortysevendeg.android.swipelistview.SwipeListViewTouchListener.java

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

    protected int mSwipeMode = SwipeListView.SWIPE_MODE_BOTH;

From source file me.zuichu.sa.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.nextgis.maplibui.fragment.CompassFragment.java

public class CompassFragment extends Fragment implements View.OnTouchListener {
    public static final String ACTION_COMPASS_UPDATES = "com.nextgis.mobile.ACTION_COMPASS_UPDATES";
    public static final char DEGREE_CHAR = (char) 0x00B0;

    protected Location mCurrentLocation;
    protected float mDeclination;

From source file com.tjw.selectimage.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 shekar.com.alamoseatlayout.seatlayout.photoview.PhotoViewAttacher.java

public class PhotoViewAttacher implements View.OnTouchListener, OnGestureListener, View.OnLayoutChangeListener {

    public static float DEFAULT_MAX_SCALE = 3.0f;
    public static float DEFAULT_MID_SCALE = 1.75f;
    public static float DEFAULT_MIN_SCALE = 1.0f;
    private static int DEFAULT_ZOOM_DURATION = 200;

From source file com.ycj.ycjlibrary.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 {