Home
last modified time | relevance | path

Searched defs:layerMatchesAnyOf (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
H A DIComponentMatcher.kt57 fun layerMatchesAnyOf(layer: Layer): Boolean = layerMatchesAnyOf(listOf(layer)) in windowMatchesAnyOf() method
63 fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean in windowMatchesAnyOf() method
H A DOrComponentMatcher.kt48 override fun layerMatchesAnyOf(layer: Layer): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
53 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
H A DSurfaceViewBackgroundMatcher.kt38 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean { in layerMatchesAnyOf() method in android.tools.traces.component.SurfaceViewBackgroundMatcher
H A DEdgeExtensionComponentMatcher.kt38 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean { in layerMatchesAnyOf() method in android.tools.traces.component.EdgeExtensionComponentMatcher
H A DExactComponentIdMatcher.kt51 override fun layerMatchesAnyOf(layers: Collection<Layer>) = layers.any { it.id == layerId } in <lambda>() method in android.tools.traces.component.ExactComponentIdMatcher
H A DComponentRegexMatcher.kt38 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean = in layerMatchesAnyOf() method in android.tools.traces.component.ComponentRegexMatcher
H A DFullComponentIdMatcher.kt57 override fun layerMatchesAnyOf(layers: Collection<Layer>) = in layerMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
H A DComponentSplashScreenMatcher.kt34 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean { in layerMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
H A DComponentNameMatcher.kt61 override fun layerMatchesAnyOf(layers: Collection<Layer>): Boolean = in layerMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher