Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 11 of 11) sorted by relevance

/compose/ui/ui-tooling-data/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/data/
DOffsetInformationTest.kt35 val tree = table.asTree() in testOffset() constant
72 val tree = table.asTree() in testInline() constant
DInspectableTests.kt62 val tree = slotTableRecord.store.first().asTree() in <lambda>() constant
113 val tree = slotTableRecord.store.first().asTree() in <lambda>() constant
327 val tree = slotTableRecord.store.first().asTree() in <lambda>() constant
DModifierInfoTest.kt74 val tree = slotTableRecord.store.first().asTree() in testBounds() constant
DBoundsTest.kt59 val tree = slotTableRecord.store.first().asTree() in <lambda>() constant
/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/inspector/
DInlineClassConverterTest.kt47 val tree = rule.compositionData.asTree() in parameterValueTest() constant
DLayoutInspectorTreeTest.kt1033 val tree = in <lambda>() constant
/compose/ui/ui-tooling/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/animation/
DUtils.kt96 slotTableRecord.store.map { it.asTree() }.flatMap { tree -> tree.findAll { true } } in <lambda>() method
111 slotTableRecord.store.map { it.asTree() }.flatMap { tree -> tree.findAll { true } } in <lambda>() method
126 slotTableRecord.store.map { it.asTree() }.flatMap { tree -> tree.findAll { true } } in <lambda>() method
/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/animation/
DAnimationSearch.android.kt132 return slotTrees.any { tree -> in searchAny() method
147 slotTrees.forEach { tree -> in attachAllAnimations() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DLayoutNode.kt664 val tree = StringBuilder() in <lambda>() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DMovableContentTests.kt497 val tree = buildTree(6) in <lambda>() constant
DSlotTableTests.kt5411 fun tree(key: Int, width: Int, depth: Int) { in narrowTrees() method