Home
last modified time | relevance | path

Searched refs:slop (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3146 int slop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); in testOnTouchEvent() local
3147 x = xy[0] + viewWidth + slop; in testOnTouchEvent()
3148 y = xy[1] + viewHeight + slop; in testOnTouchEvent()