Searched refs:checkTouchSlop (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java1014 if (toCapture != null && checkTouchSlop(toCapture, dx, dy) &&
1137 if (checkTouchSlop(toCapture, dx, dy) &&
1244 private boolean checkTouchSlop(View child, float dx, float dy) { method in class:ViewDragHelper
1275 public boolean checkTouchSlop(int directions) { method in class:ViewDragHelper
1278 if (checkTouchSlop(directions, i)) {
1300 public boolean checkTouchSlop(int directions, int pointerId) { method in class:ViewDragHelper
H A DDrawerLayout.java890 if (mLeftDragger.checkTouchSlop(ViewDragHelper.DIRECTION_ALL)) {

Completed in 127 milliseconds