Home
last modified time | relevance | path

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

/compose/material3/adaptive/adaptive-layout/src/androidUnitTest/kotlin/androidx/compose/material3/adaptive/layout/
DPaneMotionTest.kt244 .isEqualTo(-mockPaneScaffoldMotionDataProvider[1].currentRight) in slideOutToLeftOffset_withNoExitToRightOrShownPane_useTheRightestEdge()
263 mockPaneScaffoldMotionDataProvider[0].currentRight in slideOutToRightOffset_withExitToRightPane_useTheRightEdgeOfPaneExitingToLeft()
273 mockPaneScaffoldMotionDataProvider[1].currentRight in slideOutToRightOffset_withExitToRightPane_useTheRightEdgeOfPaneShown()
299 .isEqualTo(mockPaneScaffoldMotionDataProvider[0].currentRight) in hiddenPaneCurrentLeft_useRightEdgeOfLeftShownPane()
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneMotion.kt260 internal val PaneMotionData.currentRight constant
331 return -(previousPane?.currentLeft ?: it.currentRight) in it()
354 return scaffoldSize.width - (previousPane?.currentRight ?: it.currentLeft) in it()
377 currentLeft = data.currentRight in getHiddenPaneCurrentLeft()