Home
last modified time | relevance | path

Searched refs:getMotionEvent (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java55 MotionEvent event = getMotionEvent(mDownTime, mDownTime, MotionEvent.ACTION_DOWN, x, y); in touchDown()
61 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_UP, x, y); in touchUp()
66 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TouchHelper
/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt114 val event = getMotionEvent() in testDefaultScroll()
125 val event = getMotionEvent() in testPointerScroll()
139 val event = getMotionEvent() in testNonPointerScroll()
156 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method
172 val downEvent = getMotionEvent() in assertTapToolType()
176 val upEvent = getMotionEvent() in assertTapToolType()
DMotionPredictorTest.kt54 return getMotionEvent( in getStylusMotionEvent()
67 return getMotionEvent( in getTouchMotionEvent()
72 private fun getMotionEvent( in getMotionEvent() method
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/appcompat/
DGestureHelper.java68 MotionEvent event = getMotionEvent(mDownTime, mDownTime, MotionEvent.ACTION_DOWN, x, y); in touchDown()
74 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_UP, x, y); in touchUp()
79 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in GestureHelper
/cts/libs/input/src/com/android/cts/input/
DEventVerifier.kt29 val event = getMotionEvent() in assertReceivedMotion()
33 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DICrossProcessSurfaceControlViewHostTestService.aidl26 MotionEvent getMotionEvent(); in getMotionEvent() method
DCrossProcessSurfaceControlViewHostTestService.java106 public MotionEvent getMotionEvent() { in getMotionEvent() method in CrossProcessSurfaceControlViewHostTestService.ServiceImpl
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java406 getMotionEvent(eventTime, eventTime, action, x, y, in injectStylusEvent()
455 getMotionEvent(time, time, MotionEvent.ACTION_MOVE, x, y, in injectStylusMoveEvents()
540 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
542 return getMotionEvent(downTime, eventTime, action, (int) x, (int) y, 0, toolType); in getMotionEvent()
545 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java340 public MotionEvent getMotionEvent() { in getMotionEvent() method in InstrumentationTestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java338 return mTouchReceiver.getMotionEvent(); in touchCenterOfBoundsAndWaitForMotionEvent()
479 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java1574 final MotionEvent downEvent = getMotionEvent(downTime, downTime, MotionEvent.ACTION_DOWN,
1587 final MotionEvent upEvent = getMotionEvent(downTime, SystemClock.uptimeMillis(),
1592 private MotionEvent getMotionEvent(long downTime, long eventTime, int action, Point p) {
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1515 MotionEvent motionEvent = mTestService.getMotionEvent(); in testHostInputTokenAllowsObscuredTouches()
1518 motionEvent = mTestService.getMotionEvent(); in testHostInputTokenAllowsObscuredTouches()
1553 assertNull(mTestService.getMotionEvent()); in testNoHostInputTokenDisallowsObscuredTouches()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java288 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync()