Home
last modified time | relevance | path

Searched defs:motionEvent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingTouchListener.java33 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java69 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()
DMotionEventTest.java261 MotionEvent motionEvent = MotionEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
376 private static void verifyCurrentPointerData(MotionEvent motionEvent, in verifyCurrentPointerData()
407 private static void verifyHistoricalPointerData(MotionEvent motionEvent, in verifyHistoricalPointerData()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java554 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
644 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java218 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync() local