Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt265 private val rightVal: Int, in WindowInsets() constant in FixedIntInsets
272 override fun getRight(density: Density, layoutDirection: LayoutDirection): Int = rightVal in WindowInsets()
277 return "Insets(left=$leftVal, top=$topVal, right=$rightVal, bottom=$bottomVal)" in WindowInsets()
290 rightVal == other.rightVal && in WindowInsets()
297 result = 31 * result + rightVal in WindowInsets()