Searched refs:WaitForAnyEventPredicate (Results 1 – 1 of 1) sorted by relevance
97 static class WaitForAnyEventPredicate implements AccessibilityEventFilter { class in InteractionController99 WaitForAnyEventPredicate(int mask) { in WaitForAnyEventPredicate() method in InteractionController.WaitForAnyEventPredicate186 return runAndWaitForEvents(command, new WaitForAnyEventPredicate(eventType), timeout) in sendKeyAndWaitForEvent()215 return runAndWaitForEvents(() -> clickNoSync(x, y), new WaitForAnyEventPredicate( in clickAndSync()260 return runAndWaitForEvents(() -> longTapNoSync(x, y), new WaitForAnyEventPredicate( in longTapAndSync()