Home
last modified time | relevance | path

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

/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneMotion.kt613 var lastPaneExitToLeftIndex = -1 in calculatePaneMotion() variable
629 lastPaneExitToLeftIndex = max(lastPaneExitToLeftIndex, i) in calculatePaneMotion()
639 lastPaneExitToLeftIndex = max(lastPaneExitToLeftIndex, i) in calculatePaneMotion()
653 val hasRightPaneExitToLeft = lastPaneExitToLeftIndex > i in calculatePaneMotion()