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