This site requires javascript.
Android Code Search
file:androidx/constraintlayout/compose/ConstraintLayout.kt function:atMost
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
ConstraintLayout.kt
content_copy
Preview
1224:
1225:
1226:
/** Sets the upper bound of the current [Dimension] to a fixed [dp] value. */
fun
Dimension.Coercible.
atMost
(dp: Dp): Dimension.MinCoercible =
(this
as
DimensionDescription).also { it.max.update(dp) }
1248:
1249:
1250:
/** Sets the upper bound of the current [Dimension] to a fixed [dp] value. */
fun
Dimension.MaxCoercible.
atMost
(dp: Dp): Dimension =
(this
as
DimensionDescription).also { it.max.update(dp) }
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main