Searched refs:childNode (Results 1 – 4 of 4) sorted by relevance
386 val childNode = RenderNode("shadowCaster") in testSpotShadowSetup() constant387 childNode.setPosition(childRect) in testSpotShadowSetup()391 childNode.setOutline(outline) in testSpotShadowSetup()392 val childCanvas = childNode.beginRecording() in testSpotShadowSetup()394 childNode.endRecording() in testSpotShadowSetup()395 childNode.elevation = 20f in testSpotShadowSetup()399 drawRenderNode(childNode) in testSpotShadowSetup()
573 val childNode = RenderNode("shadowCaster") in <lambda>() constant574 childNode.setPosition(childRect) in <lambda>()578 childNode.setOutline(outline) in <lambda>()579 val childCanvas = childNode.beginRecording() in <lambda>()581 childNode.endRecording() in <lambda>()582 childNode.elevation = 20f in <lambda>()586 parentCanvas.drawRenderNode(childNode) in <lambda>()
546 ViewNode childNode = parentNode.getChildAt(i); in traverseViewAndStructure() local550 traverseViewAndStructure(childView, childNode, isSecureWindow); in traverseViewAndStructure()
326 final ViewNode childNode = findNodeByResourceId(saveRequest.structure, ID_EMPTY); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local327 assertTextAndValue(childNode, "NOT MR.M"); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()