Searched refs:scrollJob (Results 1 – 1 of 1) sorted by relevance
719 private var scrollJob: Job = CompletableDeferred<Unit>() variable in HighResRotaryScrollHandler752 scrollJob.cancel() in handleScrollEvent()758 scrollJob = coroutineScope.async { scrollBehavior.handleEvent(rotaryScrollDistance) } in handleScrollEvent()767 scrollJob.cancel() in handleScrollEvent()803 private var scrollJob: Job = CompletableDeferred<Unit>() variable in LowResRotaryScrollHandler824 scrollJob.cancel() in handleScrollEvent()831 scrollJob = coroutineScope.async { scrollBehavior.handleEvent(rotaryScrollDistance) } in handleScrollEvent()838 scrollJob.cancel() in handleScrollEvent()874 private var scrollJob: Job = CompletableDeferred<Unit>() variable in HighResSnapHandler932 scrollJob.cancel() in handleScrollEvent()[all …]