Source set: Android
public class AndroidUiFrameClock internal constructor(
public val choreographer: Choreographer,
private val dispatcher: AndroidUiDispatcher?,
) : androidx.compose.runtime.MonotonicFrameClock
Functions
withFrameNanos
Source set: Android
override suspend fun <R> withFrameNanos(onFrame: (Long) -> R): R