Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java94 class EventCollectingPredicate implements AccessibilityEventFilter { class in InteractionController
98 EventCollectingPredicate(int mask, List<AccessibilityEvent> events) { in EventCollectingPredicate() method in InteractionController.EventCollectingPredicate
362 new EventCollectingPredicate(AccessibilityEvent.TYPE_VIEW_SCROLLED, events),