Searched defs:windowMatchesAnyOf (Results 1 – 7 of 7) sorted by relevance
32 fun windowMatchesAnyOf(window: WindowContainer): Boolean = windowMatchesAnyOf(listOf(window)) in windowMatchesAnyOf() method38 fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean in windowMatchesAnyOf() method
27 override fun windowMatchesAnyOf(window: WindowContainer): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher32 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
25 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.traces.component.EdgeExtensionComponentMatcher
36 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>) = in windowMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
35 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
25 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
48 override fun windowMatchesAnyOf(windows: Collection<WindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher