Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DSliderStateTracker.kt51 private var timerJob: Job? = null variable
55 get() = timerJob != null && timerJob?.isActive == true
78 timerJob = launchTimer() in handleIdle()
122 timerJob?.cancel() in handleWait()
123 timerJob = null in handleWait()
203 timerJob?.cancel() in resetState()
204 timerJob = null in resetState()
226 timerJob = launchTimer() in handleArrowOnce()
244 timerJob = launchTimer() in handleArrowContinuous()