Searched refs:mDragSlop (Results 1 – 2 of 2) sorted by relevance
96 private int mDragSlop; field in DecorCaptionView124 mDragSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in init()254 return Math.abs(x - mTouchDownX) > mDragSlop || Math.abs(y - mTouchDownY) > mDragSlop; in passedSlop()
66 private float mDragSlop; field in RecentsViewTouchHandler76 mDragSlop = ViewConfiguration.get(rv.getContext()).getScaledTouchSlop(); in RecentsViewTouchHandler()228 mIsDragging = Math.hypot(evX - mDownPos.x, evY - mDownPos.y) > mDragSlop; in handleTouchEvent()