Searched refs:secondPane (Results 1 – 1 of 1) sorted by relevance
29 internal val secondPane: ThreePaneScaffoldRole, constant in androidx.compose.material3.adaptive.layout.ThreePaneScaffoldHorizontalOrder33 require(firstPane != secondPane && secondPane != thirdPane && firstPane != thirdPane) { in <lambda>()34 "invalid ThreePaneScaffoldHorizontalOrder($firstPane, $secondPane, $thirdPane)" + in <lambda>()44 1 -> secondPane in get()52 secondPane -> 1 in indexOf()59 action(secondPane) in forEach()65 action(1, secondPane) in forEachIndexed()71 action(1, secondPane) in forEachIndexedReversed()79 if (secondPane != other.secondPane) return false in equals()86 result = 31 * result + secondPane.hashCode() in hashCode()[all …]