Searched defs:windowMatchesAnyOf (Results 1 – 8 of 8) sorted by relevance
33 fun windowMatchesAnyOf(window: WindowContainer): Boolean = windowMatchesAnyOf(listOf(window)) in windowMatchesAnyOf() method39 fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean in windowMatchesAnyOf() method
28 override fun windowMatchesAnyOf(window: WindowContainer): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher33 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
26 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.traces.component.SurfaceViewBackgroundMatcher
37 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>) = in windowMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
36 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
30 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.traces.component.ComponentRegexMatcher
26 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
53 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher