Searched refs:frameScheduler (Results 1 – 1 of 1) sorted by relevance
60 private val frameScheduler = FrameCallback() constant189 choreographer.removeFrameCallback(frameScheduler) in destroy()257 if (!frameScheduler.running) { in startUpdateLoop()258 frameScheduler.running = true in startUpdateLoop()259 choreographer.postFrameCallback(frameScheduler) in startUpdateLoop()267 if (frameScheduler.running) { in stopUpdateLoop()268 frameScheduler.running = false in stopUpdateLoop()269 choreographer.removeFrameCallback(frameScheduler) in stopUpdateLoop()