/cts/tests/input/src/android/input/cts/ |
D | InputShellCommandTest.kt | 105 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()
|
D | MotionPredictorTest.kt | 54 return getMotionEvent( in getStylusMotionEvent() 67 return getMotionEvent( in getTouchMotionEvent() 72 private fun getMotionEvent( in getMotionEvent() method
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | TouchHelper.java | 55 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/ |
D | EventVerifier.kt | 28 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/ |
D | TestUtils.java | 387 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/ |
D | ICrossProcessSurfaceControlViewHostTestService.aidl | 25 MotionEvent getMotionEvent(); in getMotionEvent() method
|
D | CrossProcessSurfaceControlViewHostTestService.java | 105 public MotionEvent getMotionEvent() { in getMotionEvent() method in CrossProcessSurfaceControlViewHostTestService.ServiceImpl
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | HideOverlayWindowsTest.java | 266 return mTouchReceiver.getMotionEvent(); in touchCenterOfBoundsAndWaitForMotionEvent() 386 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
|
/cts/tests/app/app/src/android/app/stubs/ |
D | InstrumentationTestActivity.java | 340 public MotionEvent getMotionEvent() { in getMotionEvent() method in InstrumentationTestActivity
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 1544 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/ |
D | SurfaceControlViewHostTests.java | 1313 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/ |
D | InstrumentationTest.java | 275 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync()
|