Searched refs:passedSlop (Results 1 – 1 of 1) sorted by relevance
208 if (!mDragging && mCheckForDragging && (fromMouse || passedSlop(x, y))) { in onTouch()253 private boolean passedSlop(int x, int y) { in passedSlop() method in DecorCaptionView