Searched refs:snapJob (Results 1 – 1 of 1) sorted by relevance
1034 private var snapJob: Job = CompletableDeferred<Unit>() variable in HighResSnapHandler1057 snapJob.cancel() in handleScrollEvent()1076 if (!snapJob.isActive) { in handleScrollEvent()1096 val sequentialSnap = snapJob.isActive in handleScrollEvent()1110 if (!snapJob.isActive) { in handleScrollEvent()1111 snapJob.cancel() in handleScrollEvent()1112 snapJob = coroutineScope.async { in handleScrollEvent()1123 if (!snapJob.isActive) { in handleScrollEvent()1136 snapJob.cancel() in handleScrollEvent()1137 snapJob = coroutineScope.async { in handleScrollEvent()[all …]