Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt247 FixedIntInsets(left, top, right, bottom) in WindowInsets()
262 private class FixedIntInsets( in WindowInsets() class
284 if (other !is FixedIntInsets) { in WindowInsets()
347 private val EmptyWindowInsets = FixedIntInsets(0, 0, 0, 0)