Searched defs:motionEvent (Results 1 – 5 of 5) sorted by relevance
33 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
69 public void verifyMatchesPointerProperties(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerProperties()378 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords()385 public void verifyMatchesHistoricalPointerCoords(MotionEvent motionEvent, int pointerIndex, in verifyMatchesHistoricalPointerCoords()
261 MotionEvent motionEvent = MotionEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local376 private static void verifyCurrentPointerData(MotionEvent motionEvent, in verifyCurrentPointerData()407 private static void verifyHistoricalPointerData(MotionEvent motionEvent, in verifyHistoricalPointerData()
554 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()644 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely()
218 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync() local