Searched refs:occludedBy (Results 1 – 4 of 4) sorted by relevance
98 val occludedBy = layer?.occludedBy ?: emptyList() in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen() constant100 Truth.assertWithMessage("Layer $layerName should be occluded").that(occludedBy).isNotEmpty() in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen()105 .that(occludedBy.joinToString()) in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen()
174 val occludedBy = in <lambda>() constant180 layer.addOccludedBy(occludedBy) in <lambda>()185 it !in layer.occludedBy in <lambda>()
63 val occludedBy: Collection<Layer> constant110 occludedBy.isNotEmpty() -> false
379 .that(simpleActivityLayer.occludedBy) in detectOccludedLayerBecauseOfRoundedCorners()