Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerScrollPosition.kt46 private var lastKnownCurrentPageKey: Any? = null variable
57 lastKnownCurrentPageKey = measureResult.currentPage?.key in updateFromMeasureResult()
82 lastKnownCurrentPageKey = null in requestPositionAndForgetLastKnownKey()
87 val newIndex = itemProvider.findIndexByKey(lastKnownCurrentPageKey, index) in matchPageWithKey()