Searched refs:toDebugString (Results 1 – 2 of 2) sorted by relevance
112 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>()
1649 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