Home
last modified time | relevance | path

Searched refs:setTouchSlop (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java130 mInputEventReceiver.setTouchSlop(ViewConfiguration.get(context).getScaledTouchSlop()); in DragResizeInputListener()
179 mInputEventReceiver.setTouchSlop(touchSlop); in setGeometry()
340 void setTouchSlop(int touchSlop) { in setTouchSlop() method in DragResizeInputListener.TaskResizeInputEventReceiver
341 mDragDetector.setTouchSlop(touchSlop); in setTouchSlop()
DDragDetector.java118 void setTouchSlop(int touchSlop) { in setTouchSlop() method in DragDetector
DCaptionWindowDecoration.java162 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
237 mDragDetector.setTouchSlop(touchSlop); in relayout()
DDesktopModeWindowDecoration.java187 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
353 mDragDetector.setTouchSlop(touchSlop); in updateDragResizeListener()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDragDetectorTest.kt61 dragDetector.setTouchSlop(SLOP) in setUp()