Home
last modified time | relevance | path

Searched defs:toTState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DFrpBuildScope.kt582 fun <A> StateFlow<A>.toTState(): TState<A> { in <lambda>() method
597 fun <A> Flow<A>.toTState(initialValue: A): TState<A> = toTFlow().hold(initialValue) in <lambda>() method