Searched refs:setMotionEventSources (Results 1 – 4 of 4) sorted by relevance
39 public void setMotionEventSources(int sources) { in setMotionEventSources() method in StubMotionInterceptingAccessibilityService41 info.setMotionEventSources(sources); in setMotionEventSources()76 info.setMotionEventSources(requestedSources); in setAndAwaitMotionEventSources()
2098 service.setMotionEventSources(requestedSource); in testOnMotionEvent_interceptsEventFromRequestedSource_observesMotionEvents()2144 service.setMotionEventSources(0 /* no sources */); in testOnMotionEvent_interceptsEventFromRequestedSource_observesMotionEvents()2187 service.setMotionEventSources(requestedSource); in testMotionEventObserving_ignoresTouchscreenEventWhenTouchExplorationEnabled()
168 info.setMotionEventSources(0x10); in testSetMotionEvents_shouldZeroObservedMotionEvents()172 info.setMotionEventSources(0x20); in testSetMotionEvents_shouldZeroObservedMotionEvents()181 info.setMotionEventSources(0); in testObservedMotionEventsWithoutFirstListening_shouldThrowException()
3549 method public void setMotionEventSources(int);