Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java93 injectMoveEventForTap(uiAutomation, downTime, touchSlop, xOnScreen, yOnScreen); in emulateTapOnView()
131 injectMoveEventForTap(uiAutomation, downTime, touchSlop, xOnScreen, yOnScreen); in emulateDoubleTapOnView()
134 injectMoveEventForTap(uiAutomation, downTime, touchSlop, xOnScreen, yOnScreen); in emulateDoubleTapOnView()
253 private static void injectMoveEventForTap(UiAutomation uiAutomation, long downTime, in injectMoveEventForTap() method in CtsTouchUtils
559 injectMoveEventForTap(uiAutomation, downTime, touchSlop, xOnScreen, yOnScreen); in emulateLongPressOnScreen()