Home | History | Annotate | Download | only in test

Lines Matching refs:touchSlop

273         final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
275 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
313 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
315 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
349 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
351 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
409 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
411 x + touchSlop / 2, y + touchSlop / 2, 0);