Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt101 fun appendPlus(text: String) { in plus() method
106 if (value and Start.value == Start.value) appendPlus("Start") in plus()
107 if (value and Left.value == Left.value) appendPlus("Left") in plus()
108 if (value and Top.value == Top.value) appendPlus("Top") in plus()
109 if (value and End.value == End.value) appendPlus("End") in plus()
110 if (value and Right.value == Right.value) appendPlus("Right") in plus()
111 if (value and Bottom.value == Bottom.value) appendPlus("Bottom") in plus()