Searched refs:timerJob (Results 1 – 1 of 1) sorted by relevance
51 private var timerJob: Job? = null variable55 get() = timerJob != null && timerJob?.isActive == true78 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()