Home
last modified time | relevance | path

Searched defs:windowMatchesAnyOf (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/common/traces/component/
DIComponentMatcher.kt32 fun windowMatchesAnyOf(window: IWindowContainer): Boolean = windowMatchesAnyOf(arrayOf(window)) in windowMatchesAnyOf() method
38 fun windowMatchesAnyOf(windows: Collection<IWindowContainer>): Boolean = in windowMatchesAnyOf() method
45 fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean in windowMatchesAnyOf() method
DOrComponentMatcher.kt27 override fun windowMatchesAnyOf(window: IWindowContainer): Boolean { in <lambda>() method in android.tools.common.traces.component.OrComponentMatcher
32 override fun windowMatchesAnyOf(windows: Collection<IWindowContainer>): Boolean { in <lambda>() method in android.tools.common.traces.component.OrComponentMatcher
37 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean { in <lambda>() method in android.tools.common.traces.component.OrComponentMatcher
DEdgeExtensionComponentMatcher.kt25 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.common.traces.component.EdgeExtensionComponentMatcher
DExactComponentIdMatcher.kt36 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>) = in windowMatchesAnyOf() method in android.tools.common.traces.component.ExactComponentIdMatcher
DFullComponentIdMatcher.kt35 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.common.traces.component.FullComponentIdMatcher
DComponentSplashScreenMatcher.kt25 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean { in windowMatchesAnyOf() method in android.tools.common.traces.component.ComponentSplashScreenMatcher
DComponentNameMatcher.kt48 override fun windowMatchesAnyOf(windows: Array<IWindowContainer>): Boolean = in windowMatchesAnyOf() method in android.tools.common.traces.component.ComponentNameMatcher