Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt131 internal val AllowLeftInLtr = WindowInsetsSides(1 shl 3) constant
143 val Start = AllowLeftInLtr + AllowRightInRtl
164 val Left = AllowLeftInLtr + AllowLeftInRtl
557 WindowInsetsSides.AllowLeftInLtr in hashCode()