Searched refs:sendMotionEventToListeningServices (Results 1 – 3 of 3) sorted by relevance
319 mAms.sendMotionEventToListeningServices(rawEvent); in onMotionEvent()612 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionDown()639 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateTouchInteracting()691 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionPointerDown()705 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionMoveStateTouchInteracting()848 mAms.sendMotionEventToListeningServices(rawEvent); in handleActionUp()982 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()996 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()1029 mAms.sendMotionEventToListeningServices(rawEvent); in handleMotionEventStateDragging()
686 if (mAms.sendMotionEventToListeningServices(event)) { in enableFeaturesForDisplay()
1750 public boolean sendMotionEventToListeningServices(MotionEvent event) { in sendMotionEventToListeningServices() method in AccessibilityManagerService