Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragDetector.java130 boolean handleMotionEvent(@Nullable View v, MotionEvent ev); in handleMotionEvent() method
H A DCaptionWindowDecorViewModel.java263 public boolean handleMotionEvent(@Nullable View v, MotionEvent e) { in handleMotionEvent() method in CaptionWindowDecorViewModel.CaptionTouchEventListener
H A DDragResizeInputListener.java385 public boolean handleMotionEvent(View v, MotionEvent e) { in handleMotionEvent() method in DragResizeInputListener.TaskResizeInputEventReceiver
H A DDesktopModeWindowDecorViewModel.java428 public boolean handleMotionEvent(@Nullable View v, MotionEvent e) { in handleMotionEvent() method in DesktopModeWindowDecorViewModel.DesktopModeTouchEventListener
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java313 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java369 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter