Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshState.kt66 val onRefreshState = rememberUpdatedState(onRefresh) in <lambda>() constant
76 remember(scope) { PullRefreshState(scope, onRefreshState, refreshingOffsetPx, thresholdPx) } in <lambda>()
104 private val onRefreshState: State<() -> Unit>, constant in androidx.compose.material.pullrefresh.PullRefreshState
150 onRefreshState.value() in onRelease()