Searched refs:handleMotionEvent (Results 1 – 5 of 5) sorted by relevance
105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
273 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
275 handleMotionEvent(event, policyFlags); in processMotionEvent()289 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter
189 mTarget.handleMotionEvent(false, dropX, dropY); in dragFlow()
16173 PLcom/android/server/wm/DragDropController;->handleMotionEvent(ZFF)V