Searched refs:sendMotionEventToListeningServices (Results 1 – 3 of 3) sorted by relevance
318 mAms.sendMotionEventToListeningServices(rawEvent); in onMotionEvent()593 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionDown()620 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateTouchInteracting()672 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionPointerDown()686 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionMoveStateTouchInteracting()829 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionUp()947 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()965 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()998 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()
524 || !mAms.sendMotionEventToListeningServices(rawEvent)) { in enableFeaturesForDisplay()
1595 public boolean sendMotionEventToListeningServices(MotionEvent event) { in sendMotionEventToListeningServices() method in AccessibilityManagerService