Home
last modified time | relevance | path

Searched refs:childNode (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareRendererTests.kt386 val childNode = RenderNode("shadowCaster") in testSpotShadowSetup() constant
387 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()
DHardwareBufferRendererTests.kt573 val childNode = RenderNode("shadowCaster") in <lambda>() constant
574 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>()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java546 ViewNode childNode = parentNode.getChildAt(i); in traverseViewAndStructure() local
550 traverseViewAndStructure(childView, childNode, isSecureWindow); in traverseViewAndStructure()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java326 final ViewNode childNode = findNodeByResourceId(saveRequest.structure, ID_EMPTY); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local
327 assertTextAndValue(childNode, "NOT MR.M"); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()