Searched refs:scrollJob (Results 1 – 1 of 1) sorted by relevance
877 private var scrollJob: Job = CompletableDeferred<Unit>() variable in HighResRotaryScrollHandler910 scrollJob.cancel() in handleScrollEvent()916 scrollJob = coroutineScope.async { in handleScrollEvent()925 scrollJob.cancel() in handleScrollEvent()961 private var scrollJob: Job = CompletableDeferred<Unit>() variable in LowResRotaryScrollHandler982 scrollJob.cancel() in handleScrollEvent()989 scrollJob = coroutineScope.async { in handleScrollEvent()997 scrollJob.cancel() in handleScrollEvent()1033 private var scrollJob: Job = CompletableDeferred<Unit>() variable in HighResSnapHandler1091 scrollJob.cancel() in handleScrollEvent()[all …]