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.example.android.TalkingShoes.BluetoothChat.java

/**
 * This is the main Activity that displays the current chat session.
 */
public class BluetoothChat extends Activity implements View.OnClickListener, View.OnTouchListener {
    // Debugging
    private static final String TAG = "BluetoothChat";

From source file de.dreier.mytargets.shared.views.TargetViewBase.java

public abstract class TargetViewBase extends View implements View.OnTouchListener {
    private final TargetAccessibilityTouchHelper touchHelper = new TargetAccessibilityTouchHelper(this);
    private final List<VirtualView> virtualViews = new ArrayList<>();
    /**
     * Zero-based index of the shot that is currently being changed.
     * If no shot is selected it is set to EndRenderer#NO_SELECTION.

From source file com.me.harris.androidanimations._06_touch.swipelistview.SwipeListViewTouchListener.java

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

    private int swipeMode = SwipeListView.SWIPE_MODE_BOTH;

From source file com.peppermint.peppermint.ui.CallFragment.java

/**
 * Handles all calling, receiving calls, and UI interaction in the WalkieTalkie app.
 */
public class CallFragment extends Fragment implements View.OnTouchListener {

    public String sipAddress = null;

From source file xyz.yhsj.helper.ViewHolderHelper.java

/**
 * : :bingoogolapple@gmail.com
 * :15/5/26 17:06
 * ??:AdapterViewRecyclerViewitem??
 */
public class ViewHolderHelper

From source file com.sssemil.advancedsettings.MainService.java

public class MainService extends Service implements DisplayManager.DisplayListener, View.OnTouchListener {

    private static final String TAG = "MainService";

    //TODO update versionCode when it's updated
    private static final int LANG_PROVIDER_VERSION_CODE = 8;

From source file org.streetpacman.DMBoard.java

public class DMBoard extends MapActivity implements View.OnTouchListener, View.OnClickListener {
    private static DMBoard instance;
    private DMOverlay dmOverlay;
    private Location currentLocation;
    private LocationManager locationManager;
    private SensorManager sensorManager;

From source file com.huyn.demogroup.freechild.FixedViewAttacher.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 FixedViewAttacher implements View.OnTouchListener, OnGestureListener, View.OnLayoutChangeListener {

From source file com.huyn.demogroup.leaveblank.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.phonemetra.turbo.keyboard.emoji.EmojiPalettesView.java

public final class EmojiPalettesView extends LinearLayout
        implements OnTabChangeListener, ViewPager.OnPageChangeListener, View.OnClickListener, View.OnTouchListener,
        EmojiPageKeyboardView.OnKeyEventListener {
    private final int mFunctionalKeyBackgroundId;
    private final int mSpacebarBackgroundId;
    private final boolean mCategoryIndicatorEnabled;