/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/tests/input/src/android/input/cts/ |
D | InputShellCommandTest.kt | 114 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()
|
D | MotionPredictorTest.kt | 54 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/ |
D | GestureHelper.java | 68 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/ |
D | EventVerifier.kt | 29 val event = getMotionEvent() in assertReceivedMotion() 33 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method
|
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/ |
D | ICrossProcessSurfaceControlViewHostTestService.aidl | 26 MotionEvent getMotionEvent(); in getMotionEvent() method
|
D | CrossProcessSurfaceControlViewHostTestService.java | 106 public MotionEvent getMotionEvent() { in getMotionEvent() method in CrossProcessSurfaceControlViewHostTestService.ServiceImpl
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 406 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/ |
D | InstrumentationTestActivity.java | 340 public MotionEvent getMotionEvent() { in getMotionEvent() method in InstrumentationTestActivity
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | HideOverlayWindowsTest.java | 338 return mTouchReceiver.getMotionEvent(); in touchCenterOfBoundsAndWaitForMotionEvent() 479 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 1574 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/ |
D | SurfaceControlViewHostTests.java | 1515 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/ |
D | InstrumentationTest.java | 288 MotionEvent motionEvent = mActivity.getMotionEvent(); in testSendTrackballEventSync()
|