toggle menu
redwood
0.15.0
android
switch theme
search in API
redwood-compose
/
app.cash.redwood.compose
/
AndroidUiFrameClock
Android
Ui
Frame
Clock
android
class
AndroidUiFrameClock
(
choreographer
:
Choreographer
)
:
MonotonicFrameClock
Members
Constructors
Android
Ui
Frame
Clock
Link copied to clipboard
android
constructor
(
choreographer
:
Choreographer
)
Properties
key
Link copied to clipboard
android
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
android
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
android
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
android
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
android
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext
with
Frame
Nanos
Link copied to clipboard
android
open
suspend override
fun
<
R
>
withFrameNanos
(
onFrame
:
(
Long
)
->
R
)
:
R