Home | History | Annotate | Download | only in launcher2

Lines Matching refs:MotionEvent

30 import android.view.MotionEvent;
313 public boolean onInterceptTouchEvent(MotionEvent ev) {
320 if (action == MotionEvent.ACTION_DOWN) {
328 case MotionEvent.ACTION_MOVE:
331 case MotionEvent.ACTION_DOWN:
338 case MotionEvent.ACTION_CANCEL:
339 case MotionEvent.ACTION_UP:
364 public boolean onTouchEvent(MotionEvent ev) {
376 case MotionEvent.ACTION_DOWN:
389 case MotionEvent.ACTION_MOVE:
443 case MotionEvent.ACTION_UP:
451 case MotionEvent.ACTION_CANCEL: