Searched refs:slop (Results 1 – 1 of 1) sorted by relevance
2720 int slop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); in testOnTouchEvent() local2721 x = xy[0] + viewWidth + slop; in testOnTouchEvent()2722 y = xy[1] + viewHeight + slop; in testOnTouchEvent()