Home | History | Annotate | Download | only in launcher2

Lines Matching refs:MotionEvent

30 import android.view.MotionEvent;
418 public boolean onInterceptTouchEvent(MotionEvent ev) {
435 case MotionEvent.ACTION_MOVE:
437 case MotionEvent.ACTION_DOWN:
443 case MotionEvent.ACTION_UP:
455 case MotionEvent.ACTION_CANCEL:
564 public boolean onTouchEvent(MotionEvent ev) {
578 case MotionEvent.ACTION_DOWN:
590 case MotionEvent.ACTION_MOVE:
593 case MotionEvent.ACTION_UP:
608 case MotionEvent.ACTION_CANCEL:
767 private void acquireVelocityTrackerAndAddMovement(MotionEvent ev) {