Lines Matching refs:MotionEvent
54 import android.view.MotionEvent;
2887 public boolean onSingleTapUp(MotionEvent e) {
2891 public void onLongPress(MotionEvent e) {
2894 public boolean onScroll(MotionEvent e1, MotionEvent e2,
2907 public void onSingleTapConfirmed(MotionEvent e) {
2910 public boolean onJumpTapDown(MotionEvent e1, MotionEvent e2) {
2917 public boolean onJumpTapUp(MotionEvent e1, MotionEvent e2) {
2924 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
2932 public void onShowPress(MotionEvent e) {
2935 public boolean onDown(MotionEvent e) {
2942 @Override public boolean onTouchEvent(MotionEvent ev) {