Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMeasurer.kt112 Log.d("CCL", "Measuring $widgetId with: " + constraintWidget.toDebugString() + "\n") in <lambda>()
393 Log.d("CCL", root.toDebugString()) in <lambda>()
394 root.children.fastForEach { child -> Log.d("CCL", child.toDebugString()) } in <lambda>()
DConstraintLayout.kt1649 Log.d("CCL", "Measuring $widgetId with: " + constraintWidget.toDebugString() + "\n") in setLayoutInformation()
1928 Log.d("CCL", root.toDebugString()) in setLayoutInformation()
1929 root.children.fastForEach { child -> Log.d("CCL", child.toDebugString()) } in setLayoutInformation()
2288 internal fun ConstraintWidget.toDebugString() = in toDebugString() method