Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DEventVerifier.kt34 val motionEvent = in getMotionEvent() constant
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingMotionEventListener.java52 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
57 public boolean onHover(View view, MotionEvent motionEvent) { in onHover()
DGestureUtils.java294 protected boolean matchesSafely(MotionEvent motionEvent) { in matchesSafely()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java145 MotionEvent motionEvent = motionEvents.poll(WAIT_TIME_S, TimeUnit.SECONDS); in assertMotionEventOnWindowCenter() local
213 public boolean onMotionEvent(MotionEvent motionEvent) { in testTransferGestureFromHostToEmbedded()
260 public void onMotionEventReceived(MotionEvent motionEvent) { in testTransferGestureFromHostToEmbeddedRemote()
295 public boolean onMotionEvent(MotionEvent motionEvent) { in testTransferGestureFromEmbeddedToHost()
339 public void onMotionEventReceived(MotionEvent motionEvent) { in testTransferGestureFromEmbeddedToHostRemote()
DSurfaceControlInputReceiverTests.java339 MotionEvent motionEvent = motionEvents.poll(WAIT_TIME_S, TimeUnit.SECONDS); in assertMotionEventInWindow() local
DSurfaceControlViewHostTests.java1313 MotionEvent motionEvent = mTestService.getMotionEvent(); in testHostInputTokenAllowsObscuredTouches() 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.java337 MotionEvent motionEvent = MotionEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
479 private static void verifyCurrentPointerData(MotionEvent motionEvent, in verifyCurrentPointerData()
510 private static void verifyHistoricalPointerData(MotionEvent motionEvent, in verifyHistoricalPointerData()
DVerifyInputEventTest.java343 private void compareMotions(MotionEvent motionEvent, VerifiedInputEvent verified) { in compareMotions()
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlInputReceiverTestUtils.java32 boolean onMotionEvent(MotionEvent motionEvent); in onMotionEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java203 MotionEvent motionEvent = touchCenterOfBoundsAndWaitForMotionEvent(appOverlayActivityFrame); in testSystemApplicationOverlayAllowsTouchWithoutObscured() local
227 MotionEvent motionEvent = touchCenterOfBoundsAndWaitForMotionEvent(appOverlayActivityFrame); in testApplicationOverlay_touchIsObscuredWithoutCorrectPermission() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp111 jobject motionEvent = AInputEvent_toJava(env, event); in obtainMotionEventCopyFromNative() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java626 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch()
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java569 var motionEvent = (MotionEvent) event; in assertReceivedMotionAction() local
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java275 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync() local