Home | History | Annotate | Download | only in test

Lines Matching refs:touchSlop

261         final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
263 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
301 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
303 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
337 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
339 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
397 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
399 x + touchSlop / 2, y + touchSlop / 2, 0);