Searched refs:WaitForAnyEventPredicate (Results 1 – 1 of 1) sorted by relevance
74 class WaitForAnyEventPredicate implements AccessibilityEventFilter { class in InteractionController76 WaitForAnyEventPredicate(int mask) { in WaitForAnyEventPredicate() method in InteractionController.WaitForAnyEventPredicate204 return runAndWaitForEvents(command, new WaitForAnyEventPredicate(eventType), timeout) in sendKeyAndWaitForEvent()240 return runAndWaitForEvents(clickRunnable(x, y), new WaitForAnyEventPredicate( in clickAndSync()