Home
last modified time | relevance | path

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

/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DThreePaneScaffoldHorizontalOrder.kt28 internal val firstPane: ThreePaneScaffoldRole, constant in androidx.compose.material3.adaptive.layout.ThreePaneScaffoldHorizontalOrder
33 require(firstPane != secondPane && secondPane != thirdPane && firstPane != thirdPane) { in <lambda>()
34 "invalid ThreePaneScaffoldHorizontalOrder($firstPane, $secondPane, $thirdPane)" + in <lambda>()
43 0 -> firstPane in get()
51 firstPane -> 0 in indexOf()
58 action(firstPane) in forEach()
64 action(0, firstPane) in forEachIndexed()
72 action(0, firstPane) in forEachIndexedReversed()
78 if (firstPane != other.firstPane) return false in equals()
85 var result = firstPane.hashCode() in hashCode()
[all …]