Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt307 private val rightDp: Dp, constant in FixedDpInsets
316 with(density) { rightDp.roundToPx() } in getRight()
321 return "Insets(left=$leftDp, top=$topDp, right=$rightDp, bottom=$bottomDp)" in toString()
334 rightDp == other.rightDp && in equals()
341 result = 31 * result + rightDp.hashCode() in hashCode()