Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWallpaperWindowInputTests.java76 MotionEvent motionEvent = getDownEventForTaskCenter(task); in testShowWallpaper_withTouchEnabled() local
96 MotionEvent motionEvent = getDownEventForTaskCenter(task); in testShowWallpaper_withWallpaperTouchDisabled() local
DHideOverlayWindowsTest.java196 MotionEvent motionEvent = touchCenterOfDisplayAndWaitForMotionEvent(); in testSystemApplicationOverlayAllowsTouchWithoutObscured() local
219 MotionEvent motionEvent = touchCenterOfDisplayAndWaitForMotionEvent(); in testApplicationOverlay_touchIsObscuredWithoutCorrectPermission() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java69 public void verifyMatchesPointerProperties(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerProperties()
403 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords()
410 public void verifyMatchesHistoricalPointerCoords(MotionEvent motionEvent, int pointerIndex, in verifyMatchesHistoricalPointerCoords()
DMotionEventTest.java294 MotionEvent motionEvent = MotionEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
435 private static void verifyCurrentPointerData(MotionEvent motionEvent, in verifyCurrentPointerData()
466 private static void verifyHistoricalPointerData(MotionEvent motionEvent, in verifyHistoricalPointerData()
DVerifyInputEventTest.java330 private static void compareMotions(MotionEvent motionEvent, VerifiedInputEvent verified) { in compareMotions()
/cts/tests/input/src/android/input/cts/
DEventVerifier.kt89 val motionEvent = in getMotionEvent() constant
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingTouchListener.java53 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
DGestureUtils.java225 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely()
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java358 MotionEvent motionEvent = (MotionEvent) event; in assertReceivedMotionAction() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java622 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java275 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync() local