Home
last modified time | relevance | path

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

/wear/protolayout/protolayout-renderer/src/main/java/androidx/wear/protolayout/renderer/impl/
DProtoLayoutViewInstance.java856 checkLayoutDepth(layout.getRoot(), MAX_LAYOUT_ELEMENT_DEPTH, inflaterStatsLogger); in renderOrComputeMutations()
1363 private void checkLayoutDepth( in checkLayoutDepth() method in ProtoLayoutViewInstance
1388 checkLayoutDepth( in checkLayoutDepth()
1404 checkLayoutDepth(child, allowedDepth - 1, inflaterStatsLogger); in checkLayoutDepth()