Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
DDragDropController.java273 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java275 handleMotionEvent(event, policyFlags); in processMotionEvent()
289 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java189 mTarget.handleMotionEvent(false, dropX, dropY); in dragFlow()
/frameworks/base/services/
Dart-profile16173 PLcom/android/server/wm/DragDropController;->handleMotionEvent(ZFF)V