Home | History | Annotate | Download | only in camera

Lines Matching refs:MotionEvent

36 import android.view.MotionEvent;
230 public boolean dispatchTouchEvent(MotionEvent m) {
303 public boolean onTouch(View v, MotionEvent event) {
310 public boolean onTouch(View v, MotionEvent event) {
330 public boolean onScroll(MotionEvent e1, MotionEvent e2,
341 public boolean onSingleTapUp(MotionEvent e) {
348 public boolean onSingleTapConfirmed(MotionEvent e) {
356 public boolean onDoubleTap(MotionEvent e) {