Searched refs:mDragSlop (Results 1 – 1 of 1) sorted by relevance
90 private int mDragSlop; field in DecorCaptionView118 mDragSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in init()233 return Math.abs(x - mTouchDownX) > mDragSlop || Math.abs(y - mTouchDownY) > mDragSlop; in passedSlop()