Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java148 MotionEvent event = getMotionEvent(mDownTime, mDownTime, MotionEvent.ACTION_DOWN, button, x, in touchDown()
155 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_UP, 0, x, y); in touchUp()
162 MotionEvent event = getMotionEvent(mDownTime, eventTime, MotionEvent.ACTION_MOVE, button, x, in touchMove()
168 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, int button, in getMotionEvent() method in GestureBot
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DRecentsHitboxExtenderTest.java105 MotionEvent motionEvent = getMotionEvent(ACTION_DOWN, in motionWithinHitbox()
117 MotionEvent motionEvent = getMotionEvent(ACTION_DOWN, in motionOutsideHitbox()
122 private MotionEvent getMotionEvent(int action, int x, int y) { in getMotionEvent() method in RecentsHitboxExtenderTest
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/tests/src/com/android/car/portraitlauncher/homeactivities/test/
DTestActivity.java58 MotionEvent getMotionEvent() { in getMotionEvent() method in TestActivity
DTapTestBase.java61 MotionEvent motionEvent = activity.getMotionEvent(); in verifyClick()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1953 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent() method
2061 : getMotionEvent(downTime, currentTime, action, point.x, point.y, source, toolType); in sendPointer()