Searched refs:syntheticScroll (Results 1 – 5 of 5) sorted by relevance
87 val syntheticScroll: Flow<Float> = viewHeightRepository.syntheticScroll.asStateFlow() in <lambda>() constant114 viewHeightRepository.syntheticScroll.value = delta in <lambda>()
71 fun sendSyntheticScroll(syntheticScroll: Float) = in sendSyntheticScroll()72 syntheticScrollConsumer?.accept(syntheticScroll) in sendSyntheticScroll()
83 val syntheticScroll: Flow<Float> = constant84 interactor.syntheticScroll.dumpWhileCollecting("syntheticScroll")
35 val syntheticScroll = MutableStateFlow(0f) constant
185 val syntheticScroll = viewModel.syntheticScroll.collectAsStateWithLifecycle(0f) in NotificationScrollingStack() constant238 LaunchedEffect(syntheticScroll, scrimOffset, scrollState) { in NotificationScrollingStack()239 snapshotFlow { syntheticScroll.value } in NotificationScrollingStack()