Searched refs:addChild (Results 1 – 9 of 9) sorted by relevance
45 fun addChild(layer: MockLayerBuilder): MockLayerBuilder = apply { this.children.add(layer) } in <lambda>() method58 rootLayers.forEach { addChild(it) } in <lambda>()113 thisLayer.addChild(child.build()) in <lambda>()
46 .addChild(MockLayerBuilder("Child Mock Layer")) in childrenLayerInheritsParentBounds()58 .addChild(MockLayerBuilder("Child Mock Layer")) in canAddChildLayer()
185 .addChild(MockLayerBuilder(app1Name).setVisible()), in orComponentMatcher_visibility_oneVisibleOtherInvisible()188 .addChild(MockLayerBuilder(app2Name).setInvisible()), in orComponentMatcher_visibility_oneVisibleOtherInvisible()218 .addChild(MockLayerBuilder(app1Name).setVisible()) in orComponentMatcher_visibility_oneVisibleOtherMissing()249 .addChild(MockLayerBuilder("$app1Name child").setVisible()), in canUseOrComponentMatcher_visibility_allVisible()253 .addChild(MockLayerBuilder("$app2Name child").setVisible()), in canUseOrComponentMatcher_visibility_allVisible()283 .addChild(MockLayerBuilder(app1Name)) in canUseOrComponentMatcher_contains_withOneExists()334 .addChild(MockLayerBuilder(app1Name)), in canUseOrComponentMatcher_contains_withBothExists()337 .addChild(MockLayerBuilder(app2Name)), in canUseOrComponentMatcher_contains_withBothExists()
72 mDescription.addChild( in after()
114 parentLayer.addChild(layer) in <lambda>()
196 fun addChild(childLayer: Layer) { in addChild() method
153 classDescription.addChild(testDescription); in prepareTest()
327 description.addChild(describeChild(child)) in <lambda>()
392 description.addChild(describeChild(child)) in <lambda>()