D | ViewDragHelper.java | 1027 final boolean pastSlop = toCapture != null && checkTouchSlop(toCapture, dx, dy); in shouldInterceptTouchEvent() 1184 if (checkTouchSlop(toCapture, dx, dy) in processTouchEvent() 1291 private boolean checkTouchSlop(View child, float dx, float dy) { in checkTouchSlop() method in ViewDragHelper 1322 public boolean checkTouchSlop(int directions) { in checkTouchSlop() method in ViewDragHelper 1325 if (checkTouchSlop(directions, i)) { in checkTouchSlop() 1347 public boolean checkTouchSlop(int directions, int pointerId) { in checkTouchSlop() method in ViewDragHelper
|