Searched refs:AccessibilityEventTypeMatcher (Results 1 – 3 of 3) sorted by relevance
42 return (new AccessibilityEventTypeMatcher(eventType))::matches; in filterForEventType()46 return (both(new AccessibilityEventTypeMatcher( in filterWindowContentChangedWithChangeTypes()52 return (both(new AccessibilityEventTypeMatcher(AccessibilityEvent.TYPE_WINDOWS_CHANGED)) in filterWindowsChangedWithChangeTypes()62 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchResourceName))::matches; in filterForEventTypeWithResource()69 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchAction))::matches; in filterForEventTypeWithAction()81 return allOf(new AccessibilityEventTypeMatcher(AccessibilityEvent.TYPE_WINDOWS_CHANGED), in filterWindowsChangeTypesAndWindowTitle()88 return allOf(new AccessibilityEventTypeMatcher(AccessibilityEvent.TYPE_WINDOWS_CHANGED), in filterWindowsChangTypesAndWindowId()156 public static class AccessibilityEventTypeMatcher extends TypeSafeMatcher<AccessibilityEvent> { class159 public AccessibilityEventTypeMatcher(int type) { in AccessibilityEventTypeMatcher() method in AccessibilityEventTypeMatcher
19 …android.accessibilityservice.cts.utils.AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher;75 both(new AccessibilityEventTypeMatcher(TYPE_WINDOW_STATE_CHANGED)).and(78 both(new AccessibilityEventTypeMatcher(TYPE_WINDOW_STATE_CHANGED)).and(
1519 new AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher(TYPE_VIEW_CLICKED), in getClickEventFilter()