Home
last modified time | relevance | path

Searched defs:touchSlop (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java83 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView() local
121 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateDoubleTapOnView() local
254 int touchSlop, int xOnScreen, int yOnScreen) { in injectMoveEventForTap()
494 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnViewCenter() local
517 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in emulateLongPressOnView() local
554 int xOnScreen, int yOnScreen, int touchSlop, long extraWaitMs, boolean upGesture) { in emulateLongPressOnScreen()