Searched refs:getMotionEvent (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | GestureBot.java | 148 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/ |
D | RecentsHitboxExtenderTest.java | 105 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/ |
D | TestActivity.java | 58 MotionEvent getMotionEvent() { in getMotionEvent() method in TestActivity
|
D | TapTestBase.java | 61 MotionEvent motionEvent = activity.getMotionEvent(); in verifyClick()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | LauncherInstrumentation.java | 1953 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()
|