Home
last modified time | relevance | path

Searched refs:setMotionEventSources (Results 1 – 4 of 4) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubMotionInterceptingAccessibilityService.java39 public void setMotionEventSources(int sources) { in setMotionEventSources() method in StubMotionInterceptingAccessibilityService
41 info.setMotionEventSources(sources); in setMotionEventSources()
76 info.setMotionEventSources(requestedSources); in setAndAwaitMotionEventSources()
DAccessibilityEndToEndTest.java2098 service.setMotionEventSources(requestedSource); in testOnMotionEvent_interceptsEventFromRequestedSource_observesMotionEvents()
2144 service.setMotionEventSources(0 /* no sources */); in testOnMotionEvent_interceptsEventFromRequestedSource_observesMotionEvents()
2187 service.setMotionEventSources(requestedSource); in testMotionEventObserving_ignoresTouchscreenEventWhenTouchExplorationEnabled()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityServiceInfoTest.java168 info.setMotionEventSources(0x10); in testSetMotionEvents_shouldZeroObservedMotionEvents()
172 info.setMotionEventSources(0x20); in testSetMotionEvents_shouldZeroObservedMotionEvents()
181 info.setMotionEventSources(0); in testObservedMotionEventsWithoutFirstListening_shouldThrowException()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3549 method public void setMotionEventSources(int);