Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt878 private var flingJob: Job = CompletableDeferred<Unit>() variable in HighResRotaryScrollHandler
921 flingJob.cancel() in handleScrollEvent()
922 flingJob = coroutineScope.async { in handleScrollEvent()
962 private var flingJob: Job = CompletableDeferred<Unit>() variable in LowResRotaryScrollHandler
983 flingJob.cancel() in handleScrollEvent()
993 flingJob = coroutineScope.async { in handleScrollEvent()