Searched refs:slop (Results 1 – 1 of 1) sorted by relevance
3601 final int slop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); in testOnTouchEventScroll() local3602 x = xy[0] + viewWidth + slop; in testOnTouchEventScroll()3603 y = xy[1] + viewHeight + slop; in testOnTouchEventScroll()