Searched refs:motionEvent (Results 1 – 7 of 7) sorted by relevance
54 public boolean onTouch(View view, MotionEvent motionEvent) { in onCreateView()55 int action = motionEvent.getActionMasked(); in onCreateView()
59 public boolean onTouch(View view, MotionEvent motionEvent) { in onActivityCreated()60 gd.onTouchEvent(motionEvent); in onActivityCreated()
118 AxesMapping(int motionEvent) { in AxesMapping() argument119 mMotionEvent = motionEvent; in AxesMapping()266 public boolean onTouch(View view, MotionEvent motionEvent) {
18 public boolean onTouch(View view, MotionEvent motionEvent) {19 int action = motionEvent.getActionMasked();