Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java418 long extraWaitMs) { in emulateLongPressOnViewCenter() argument
427 instrumentation, xOnScreen, yOnScreen, touchSlop, extraWaitMs, true); in emulateLongPressOnViewCenter()
479 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen() argument
485 SystemClock.sleep((long) (ViewConfiguration.getLongPressTimeout() * 1.5f) + extraWaitMs); in emulateLongPressOnScreen()