Lines Matching refs:MotionEvent
31 import android.view.MotionEvent;
434 public boolean onInterceptTouchEvent(MotionEvent ev) {
455 case MotionEvent.ACTION_MOVE:
457 case MotionEvent.ACTION_DOWN:
463 case MotionEvent.ACTION_UP:
478 case MotionEvent.ACTION_CANCEL:
582 public boolean onTouchEvent(MotionEvent ev) {
596 case MotionEvent.ACTION_DOWN:
609 case MotionEvent.ACTION_MOVE:
612 case MotionEvent.ACTION_UP:
630 case MotionEvent.ACTION_CANCEL:
808 private void acquireVelocityTrackerAndAddMovement(MotionEvent ev) {