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