AndroidUiFrameClock

Class

Android
class AndroidUiFrameClock
internal constructor(
    val choreographer: Choreographer,
    private val dispatcher: AndroidUiDispatcher?,
) : androidx.compose.runtime.MonotonicFrameClock

Secondary Constructors

constructor(choreographer: Choreographer) : this(choreographer, null)