Searched refs:NANO_TO_MILLIS (Results 1 – 1 of 1) sorted by relevance
25 private const val NANO_TO_MILLIS = 1 / 1E6 constant104 val deltaMillis = (frameTimeNanos - lastFrameTimeNanos) * NANO_TO_MILLIS in canRender()