Searched refs:setTouchSlop (Results 1 – 5 of 5) sorted by relevance
130 mInputEventReceiver.setTouchSlop(ViewConfiguration.get(context).getScaledTouchSlop()); in DragResizeInputListener()179 mInputEventReceiver.setTouchSlop(touchSlop); in setGeometry()340 void setTouchSlop(int touchSlop) { in setTouchSlop() method in DragResizeInputListener.TaskResizeInputEventReceiver341 mDragDetector.setTouchSlop(touchSlop); in setTouchSlop()
118 void setTouchSlop(int touchSlop) { in setTouchSlop() method in DragDetector
162 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()237 mDragDetector.setTouchSlop(touchSlop); in relayout()
187 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()353 mDragDetector.setTouchSlop(touchSlop); in updateDragResizeListener()
61 dragDetector.setTouchSlop(SLOP) in setUp()