Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DEventVerifier.kt33 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/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/input/src/android/input/cts/
DInputShellCommandTest.kt156 private fun getMotionEvent(): MotionEvent { in getMotionEvent() method in android.input.cts.InputShellCommandTest
DMotionPredictorTest.kt72 private fun getMotionEvent( in getMotionEvent() method
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/appcompat/
DGestureHelper.java79 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in GestureHelper
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java479 public MotionEvent getMotionEvent() { in getMotionEvent() method in HideOverlayWindowsTest.TouchReceiver
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java540 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method in TestUtils
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