Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObjectTest.kt237 getMotionEvent(
241 getMotionEvent(
249 getMotionEvent(
263 getMotionEvent(
277 getMotionEvent(
281 getMotionEvent(
284 getMotionEvent(
300 getMotionEvent(
304 getMotionEvent(
307 getMotionEvent(
[all …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java147 MotionEvent event = getMotionEvent(mDownTime, mDownTime, MotionEvent.ACTION_DOWN, button, x, in touchDown()
154 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_UP, 0, x, y); in touchUp()
161 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_MOVE, button, x, in touchMove()
167 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, int button, in getMotionEvent() method in GestureBot
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java1430 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method
1481 final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y); in sendPointer()