Home
last modified time | relevance | path

Searched defs:handleMotionEvent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragDetector.java130 boolean handleMotionEvent(@Nullable View v, MotionEvent ev); in handleMotionEvent() method
DCaptionWindowDecorViewModel.java312 public boolean handleMotionEvent(@Nullable View v, MotionEvent e) { in handleMotionEvent() method in CaptionWindowDecorViewModel.CaptionTouchEventListener
DDragResizeInputListener.java392 public boolean handleMotionEvent(View v, MotionEvent e) { in handleMotionEvent() method in DragResizeInputListener.TaskResizeInputEventReceiver
DDesktopModeWindowDecorViewModel.java624 public boolean handleMotionEvent(@Nullable View v, MotionEvent e) { in handleMotionEvent() method in DesktopModeWindowDecorViewModel.DesktopModeTouchEventListener
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java467 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorationTests.java540 public boolean handleMotionEvent(@Nullable View v, MotionEvent ev) { in handleMotionEvent() method in DesktopModeWindowDecorationTests.TestTouchEventListener
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java526 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter