Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt105 val event = getMotionEvent() in testDefaultScroll()
116 val event = getMotionEvent() in testPointerScroll()
128 val event = getMotionEvent() in testNonPointerScroll()
145 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method in android.input.cts.InputShellCommandTest
161 val downEvent = getMotionEvent() in assertTapToolType()
165 val upEvent = getMotionEvent() in assertTapToolType()
DMotionPredictorTest.kt54 return getMotionEvent( in getStylusMotionEvent()
67 return getMotionEvent( in getTouchMotionEvent()
72 private fun getMotionEvent( in getMotionEvent() method
/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/libs/input/src/com/android/cts/input/
DEventVerifier.kt28 val event = getMotionEvent() in assertReceivedMotion()
32 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method in android.cts.input.EventVerifier
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java387 getMotionEvent(eventTime, eventTime, action, x, y, in injectStylusEvent()
407 MotionEvent event = getMotionEvent( in injectFingerEventOnViewCenter()
470 getMotionEvent(time, time, MotionEvent.ACTION_MOVE, x, y, in injectStylusMoveEvents()
527 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
529 return getMotionEvent(downTime, eventTime, action, (int) x, (int) y, 0, toolType); in getMotionEvent()
532 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
655 injectMotionEvent(getMotionEvent( in injectNavBarToHomeGestureEvents()
661 injectMotionEvent(getMotionEvent( in injectNavBarToHomeGestureEvents()
667 injectMotionEvent(getMotionEvent( in injectNavBarToHomeGestureEvents()
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DICrossProcessSurfaceControlViewHostTestService.aidl25 MotionEvent getMotionEvent(); in getMotionEvent() method
DCrossProcessSurfaceControlViewHostTestService.java105 public MotionEvent getMotionEvent() { in getMotionEvent() method in CrossProcessSurfaceControlViewHostTestService.ServiceImpl
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java266 return mTouchReceiver.getMotionEvent(); in touchCenterOfBoundsAndWaitForMotionEvent()
386 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java340 public MotionEvent getMotionEvent() { in getMotionEvent() method in InstrumentationTestActivity
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java1544 final MotionEvent downEvent = getMotionEvent(downTime, downTime, MotionEvent.ACTION_DOWN,
1557 final MotionEvent upEvent = getMotionEvent(downTime, SystemClock.uptimeMillis(),
1562 private MotionEvent getMotionEvent(long downTime, long eventTime, int action, Point p) {
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1313 MotionEvent motionEvent = mTestService.getMotionEvent(); in testHostInputTokenAllowsObscuredTouches()
1316 motionEvent = mTestService.getMotionEvent(); in testHostInputTokenAllowsObscuredTouches()
1343 assertNull(mTestService.getMotionEvent()); in testNoHostInputTokenDisallowsObscuredTouches()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java275 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync()