Home
last modified time | relevance | path

Searched defs:targetPage (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/snapping/
DPagerSnapLayoutInfoProvider.kt99 val targetPage = in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerState.kt415 val targetPage: Int by constant
511 val targetPage = page.coerceInPageRange() in scrollToPage() constant
614 val targetPage = page.coerceInPageRange() in animateScrollToPage() constant
DLazyLayoutPager.kt393 val targetPage = flingPageDisplacement.roundToInt() + pagerState.currentPage in performFling() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/
DPagerStateTest.kt725 val targetPage = pageDisplacement.roundToInt() + pagerState.currentPage in <lambda>() constant
774 var targetPage = pagerState.targetPage in <lambda>() variable