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

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java298 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
307 injectMoveEventForTap(instrumentation, downTime, touchSlop, xOnScreen, yOnScreen);
325 int touchSlop, int xOnScreen, int yOnScreen) {
327 xOnScreen + (touchSlop / 2.0f), yOnScreen + (touchSlop / 2.0f), 1);
324 injectMoveEventForTap(Instrumentation instrumentation, long downTime, int touchSlop, int xOnScreen, int yOnScreen) argument

Completed in 58 milliseconds