Home | History | Annotate | Download | only in phone

Lines Matching refs:MotionEvent

51 import android.view.MotionEvent;
4512 public boolean onTouch(View v, MotionEvent event) {
4537 if (event.getAction() == MotionEvent.ACTION_DOWN) {
4552 } else if (event.getAction() == MotionEvent.ACTION_UP) {
4572 //if (event.getAction() == MotionEvent.ACTION_DOWN) {