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.nononsenseapps.feeder.ui.SwipeDismissTouchListener.java

/**
 * A {@link View.OnTouchListener} that makes any {@link View} dismissable when the
 * user swipes (drags her finger) horizontally across the view.
 *
 * <p>Example usage:</p>
 *

From source file com.vnidens.clickableedittext.ClickableEditTextHelper.java

/**
 * KeeDroid
 * <p/>
 * Created by Victor Nidens
 * Date: 20.04.2016
 * <p/>

From source file com.turman.oschina.ui.MainActivity.java

/**
 * Created by dqf on 2016/4/21.
 */
public class MainActivity extends BaseActivity implements NavigationDrawerFragment.NavigationDrawerCallbacks,
        TabHost.OnTabChangeListener, BaseViewInterface, View.OnClickListener, View.OnTouchListener {
    /**

From source file com.doomonafireball.hackerswiperfree.android.activity.MainActivity.java

public class MainActivity extends RoboSherlockFragmentActivity implements View.OnTouchListener {

    private static final String TYPER_INDEX = "MainActivity_TyperIndex";

    @InjectView(R.id.text)
    private TextView text;

From source file com.github.shareme.gwsswwipetodismiss.library.SwipeDismissTouchListener.java

/**
 * A {@link View.OnTouchListener} that makes any {@link View}
 * dismissable when the user swipes (drags her finger) horizontally across the
 * view.
 * 
 * <p>

From source file org.libreoffice.impressremote.fragment.slides.PointerFragment.java

public class PointerFragment extends AbstractSlideFragment implements ServiceConnection, View.OnTouchListener {
    private CommunicationService mCommunicationService;
    private BroadcastReceiver mIntentsReceiver;
    private int displayheight, displaywidth, xoffset, yoffset;
    private long nextUpdate = 0;
    private static final int REFRESH_MILLIS = 40; //25 fps refresh

From source file io.github.developersofcydonia.freedtouch.FreeDTouch.java

public class FreeDTouch implements View.OnTouchListener, GestureDetector.OnGestureListener {

    private OnForceTouchListener mListener;
    private View mView;

    /**

From source file com.sj.android.appusage.ui.widgets.listview.SwipeListViewTouchListener.java

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

    private int swipeFrontView = 0;

From source file com.av.remusic.activity.NetSearchWordsActivity.java

public class NetSearchWordsActivity extends AppCompatActivity
        implements SearchView.OnQueryTextListener, View.OnTouchListener, SearchWords {

    private SearchView mSearchView;
    private InputMethodManager mImm;
    private String queryString;

From source file com.wm.remusic.activity.NetSearchWordsActivity.java

public class NetSearchWordsActivity extends AppCompatActivity
        implements SearchView.OnQueryTextListener, View.OnTouchListener, SearchWords {

    private SearchView mSearchView;
    private InputMethodManager mImm;
    private String queryString;