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.wm.remusic.activity.NetSearchActivity.java

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

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

From source file com.musiqueplayer.playlistequalizerandroidwear.activities.SearchActivity.java

public class SearchActivity extends BaseThemedActivity
        implements SearchView.OnQueryTextListener, View.OnTouchListener {

    private final Executor mSearchExecutor = Executors.newSingleThreadExecutor();
    @Nullable
    private AsyncTask mSearchTask = null;

From source file org.qeo.deviceregistration.ui.GplusFragment.java

/**
 * Google plus login fragment.
 */
public class GplusFragment extends SherlockFragment implements OnClickListener, GoogleApiClient.ConnectionCallbacks,
        GoogleApiClient.OnConnectionFailedListener, View.OnTouchListener {

From source file ua.com.spasetv.testintuitions.FragExerciseOne.java

/**
 * Created by Roman Turas on 13/12/2015.
 * Fragment Exercise One.
 */

public class FragExerciseOne extends Fragment

From source file org.creativecommons.thelist.swipedismiss.SwipeDismissRecyclerViewTouchListener.java

/**
 * A {@link 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 io.mariachi.allianzvision.camera.api14.Camera1.java

@SuppressWarnings("deprecation")
public class Camera1 extends CameraViewImpl implements View.OnTouchListener {

    private static final int INVALID_CAMERA_ID = -1;

    private static final SparseArrayCompat<String> FLASH_MODES = new SparseArrayCompat<>();

From source file ua.com.spasetv.testintuitions.FragExerciseThree.java

/**
 * Created by Roman Turas on 24/12/2015.
 * Fragment Exercise Three.
 */

public class FragExerciseThree extends Fragment

From source file ua.com.spasetv.testintuitions.FragExerciseTwo.java

public class FragExerciseTwo extends Fragment
        implements StaticFields, View.OnTouchListener, Animation.AnimationListener {

    private MainActivity mainActivity;
    private DataBaseHelper dataBaseHelper;
    private ContentValues contentValues;

From source file com.wordpress.bennthomsen.ble_uart_remote.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 String TAG = "nRFUART";

From source file com.galois.qrstream.MainActivity.java

public class MainActivity extends CommonActivity implements View.OnTouchListener {

    private static final String HANDLER_TOKEN_HIDE_UI = "hide_ui";
    private static final int HIDE_UI_DELAY_MS = 3000;
    private FragmentManager fragmentManager;
    private Fragment currentFragment, lastFragment;