Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayout.kt1360 private var forcedDrawDebug: MotionLayoutDebugFlags = MotionLayoutDebugFlags.UNKNOWN
1443 override fun getForcedDrawDebug(): MotionLayoutDebugFlags { in getForcedDrawDebug()
1512 MotionLayoutDebugFlags.UNKNOWN.ordinal -> MotionLayoutDebugFlags.UNKNOWN in onDrawDebug()
1513 MotionLayoutDebugFlags.NONE.ordinal -> MotionLayoutDebugFlags.NONE in onDrawDebug()
1514 MotionLayoutDebugFlags.SHOW_ALL.ordinal -> MotionLayoutDebugFlags.SHOW_ALL in onDrawDebug()
1515 -1 -> MotionLayoutDebugFlags.UNKNOWN in onDrawDebug()
1516 else -> MotionLayoutDebugFlags.UNKNOWN in onDrawDebug()
1599 fun getForcedDrawDebug(): MotionLayoutDebugFlags in setLayoutInformation()
DMotionLayout.kt74 enum class MotionLayoutDebugFlags { class
648 if (forcedDebug != null && forcedDebug != MotionLayoutDebugFlags.UNKNOWN) { in MotionLayoutCore()
649 doShowBounds = forcedDebug === MotionLayoutDebugFlags.SHOW_ALL in MotionLayoutCore()
/constraintlayout/constraintlayout-compose/api/
Drestricted_1.1.0-beta01.txt438 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
657 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
724 public enum MotionLayoutDebugFlags {
725 enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags NONE;
726 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags SHOW_AL…
727 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags UNKNOWN;
Drestricted_current.txt444 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
663 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
761 public enum MotionLayoutDebugFlags {
762 enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags NONE;
763 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags SHOW_AL…
764 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags UNKNOWN;
D1.1.0-beta01.txt607 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
640 public enum MotionLayoutDebugFlags {
641 enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags NONE;
642 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags SHOW_AL…
643 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags UNKNOWN;
Dcurrent.txt613 method public androidx.constraintlayout.compose.MotionLayoutDebugFlags getForcedDrawDebug();
646 public enum MotionLayoutDebugFlags {
647 enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags NONE;
648 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags SHOW_AL…
649 …enum_constant public static final androidx.constraintlayout.compose.MotionLayoutDebugFlags UNKNOWN;
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintSetParser.java254 public enum MotionLayoutDebugFlags { enum in ConstraintSetParser
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt2138 public enum ConstraintSetParser.MotionLayoutDebugFlags {
2139 … static final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags NONE;
2140 …tic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags SHOW_ALL;
2141 …atic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags UNKNOWN;
Drestricted_1.1.0-beta01.txt2139 public enum ConstraintSetParser.MotionLayoutDebugFlags {
2140 … static final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags NONE;
2141 …tic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags SHOW_ALL;
2142 …atic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags UNKNOWN;
Drestricted_current.txt2139 public enum ConstraintSetParser.MotionLayoutDebugFlags {
2140 … static final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags NONE;
2141 …tic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags SHOW_ALL;
2142 …atic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags UNKNOWN;
Dcurrent.txt2138 public enum ConstraintSetParser.MotionLayoutDebugFlags {
2139 … static final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags NONE;
2140 …tic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags SHOW_ALL;
2141 …atic final androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags UNKNOWN;