Searched refs:currentRight (Results 1 – 2 of 2) sorted by relevance
244 .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()
260 internal val PaneMotionData.currentRight constant331 return -(previousPane?.currentLeft ?: it.currentRight) in it()354 return scaffoldSize.width - (previousPane?.currentRight ?: it.currentLeft) in it()377 currentLeft = data.currentRight in getHiddenPaneCurrentLeft()