Searched defs:currentPage (Results 1 – 8 of 8) sorted by relevance
37 var currentPage by mutableIntStateOf(currentPage) variable
37 val currentPage: MeasuredPage?, constant in androidx.compose.foundation.pager.PagerMeasureResult
162 val currentPage: Int in <lambda>() constant
381 val currentPage: Int constant
82 val currentPage = pagerState.currentPage in pageCountIsMax_shouldNotAllowScrollBeyondMax_fixesSizedPages() constant
70 val currentPage = derivedStateOf { state.currentPage } in <lambda>() constant225 val currentPage = pagerState.currentPage in getOffsetDistanceInPages_shouldBeBasedOnCurrentPage() constant
289 var currentPage by remember { mutableStateOf("A") } in CrossFadePreview() variable315 var currentPage by remember { mutableStateOf("A") } in CrossFadeWithLabelPreview() variable
294 val currentPage = items.get(selectedItem) in DismissibleModalWideNavigationRailSample() constant