Home
last modified time | relevance | path

Searched refs:DragDetector (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragDetector.java40 class DragDetector { class
50 DragDetector(MotionEventHandler eventHandler) { in DragDetector() method in DragDetector
DCaptionWindowDecorViewModel.java252 View.OnClickListener, View.OnTouchListener, DragDetector.MotionEventHandler {
257 private final DragDetector mDragDetector;
269 mDragDetector = new DragDetector(this); in CaptionTouchEventListener()
DDragResizeInputListener.java272 DragDetector.MotionEventHandler {
279 @NonNull private final DragDetector mDragDetector;
318 mDragDetector = new DragDetector(this); in TaskResizeInputEventReceiver()
DCaptionWindowDecoration.java62 private DragDetector mDragDetector;
160 void setDragDetector(DragDetector dragDetector) { in setDragDetector()
DDesktopModeWindowDecorViewModel.java386 View.OnGenericMotionListener, DragDetector.MotionEventHandler {
392 private final DragDetector mDragDetector;
414 mDragDetector = new DragDetector(this); in DesktopModeTouchEventListener()
DDesktopModeWindowDecoration.java101 private DragDetector mDragDetector;
185 void setDragDetector(DragDetector dragDetector) { in setDragDetector()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDragDetectorTest.kt50 private lateinit var eventHandler: DragDetector.MotionEventHandler
52 private lateinit var dragDetector: DragDetector
60 dragDetector = DragDetector(eventHandler) in setUp()
DDesktopModeWindowDecorationTests.java519 View.OnGenericMotionListener, DragDetector.MotionEventHandler {