Searched refs:extraWaitMs (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 707 ActivityTestRule<?> activityTestRule, View view, long extraWaitMs) { in emulateLongPressOnViewCenter() argument 716 xOnScreen, yOnScreen, touchSlop, extraWaitMs, true); in emulateLongPressOnViewCenter() 772 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen() argument 777 SystemClock.sleep((long) (ViewConfiguration.getLongPressTimeout() * 1.5f) + extraWaitMs); in emulateLongPressOnScreen()
|