Searched refs:handleMotionEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
|
D | DragDropController.java | 277 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DragDropControllerTests.java | 232 mTarget.handleMotionEvent(false, 0, 0); in testPrivateInterceptGlobalDragDropFlagBehaviour() 280 mTarget.handleMotionEvent(false, 0, 0); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows() 415 mTarget.handleMotionEvent(false, dropX, dropY); in doDragAndDrop()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 320 handleMotionEvent(event, policyFlags); in processMotionEvent() 334 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter
|
/frameworks/base/services/ |
D | art-profile | 3844 HPLcom/android/server/accessibility/AccessibilityInputFilter;->handleMotionEvent(Landroid/view/Moti… 46317 HPLcom/android/server/wm/DragDropController;->handleMotionEvent(ZFF)V+]Lcom/android/server/wm/DragD…
|