Searched defs:checkTouchSlop (Results 1 - 1 of 1) 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

Completed in 26 milliseconds