Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt641 val forcedDebug = informationReceiver?.getForcedDrawDebug() in MotionLayoutCore() constant
648 if (forcedDebug != null && forcedDebug != MotionLayoutDebugFlags.UNKNOWN) { in MotionLayoutCore()
649 doShowBounds = forcedDebug === MotionLayoutDebugFlags.SHOW_ALL in MotionLayoutCore()