Searched refs:handleMotionEvent (Results 1 – 4 of 4) sorted by relevance
105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
279 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() method in DragDropController
329 handleMotionEvent(current.event, current.policyFlags); in processBatchedEvents()336 private void handleMotionEvent(MotionEvent event, int policyFlags) { in handleMotionEvent() method in AccessibilityInputFilter
178 mTarget.handleMotionEvent(false, dropX, dropY); in dragFlow()