Home
last modified time | relevance | path

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

/frameworks/libs/systemui/toruslib/torus-framework-canvas/src/main/java/com/google/android/torus/canvas/engine/
DCanvasWallpaperEngine.kt57 private val timeController = TimeController().also { in <lambda>() constant in com.google.android.torus.canvas.engine.CanvasWallpaperEngine
190 timeController.resetDeltaTime(SystemClock.uptimeMillis()) in destroy()
310 timeController.updateDeltaTime(frameTimeMillis) in getCurrentSurfaceHolder()
311 onUpdate(timeController.deltaTimeMillis, frameTimeNanos) in getCurrentSurfaceHolder()
312 timeController.resetDeltaTime(frameTimeMillis) in getCurrentSurfaceHolder()