Home
last modified time | relevance | path

Searched refs:dragDetector (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDragDetectorTest.kt52 private lateinit var dragDetector: DragDetector
60 dragDetector = DragDetector(eventHandler)
61 dragDetector.setTouchSlop(SLOP)
74 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_DOWN)))
80 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_UP)))
93 assertFalse(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_DOWN)))
101 dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_MOVE, newX, Y)))
119 assertFalse(dragDetector.onMotionEvent(
127 assertTrue(dragDetector.onMotionEvent(
134 assertTrue(dragDetector.onMotionEvent(
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DCaptionWindowDecoration.java85 void setDragDetector(DragDetector dragDetector) { in setDragDetector() argument
86 mDragDetector = dragDetector; in setDragDetector()
H A DDesktopModeWindowDecoration.java137 void setDragDetector(DragDetector dragDetector) { in setDragDetector() argument
138 mDragDetector = dragDetector; in setDragDetector()