Searched refs:rightVal (Results 1 – 1 of 1) sorted by relevance
265 private val rightVal: Int, in WindowInsets() constant in FixedIntInsets272 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()