Searched refs:flingJob (Results 1 – 1 of 1) sorted by relevance
878 private var flingJob: Job = CompletableDeferred<Unit>() variable in HighResRotaryScrollHandler921 flingJob.cancel() in handleScrollEvent()922 flingJob = coroutineScope.async { in handleScrollEvent()962 private var flingJob: Job = CompletableDeferred<Unit>() variable in LowResRotaryScrollHandler983 flingJob.cancel() in handleScrollEvent()993 flingJob = coroutineScope.async { in handleScrollEvent()