Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java324 injectMoveEventForTap(instrumentation, downTime, touchSlop, xOnScreen, yOnScreen); in emulateTapOnView()
346 private static void injectMoveEventForTap(Instrumentation instrumentation, long downTime, in injectMoveEventForTap() method in TestUtils