Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java501 emulateLongPressOnScreen( in emulateLongPressOnViewCenter()
523 emulateLongPressOnScreen(instrumentation, xOnScreen, yOnScreen, touchSlop, 0, true); in emulateLongPressOnView()
538 emulateLongPressOnScreen(instrumentation, dragStartX, dragStartY, in emulateLongPressAndDragGesture()
553 private static void emulateLongPressOnScreen(Instrumentation instrumentation, in emulateLongPressOnScreen() method in CtsTouchUtils