Home
last modified time | relevance | path

Searched defs:getMotionEvent (Results 1 – 9 of 9) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DEventVerifier.kt32 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method in android.cts.input.EventVerifier
/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/input/src/android/input/cts/
DInputShellCommandTest.kt145 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method
DMotionPredictorTest.kt72 private fun getMotionEvent( in getMotionEvent() method
/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java66 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TouchHelper
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java386 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java527 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
532 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