Home
last modified time | relevance | path

Searched defs:FrpBuildScope (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.kt63 interface FrpBuildScope : FrpStateScope { in <lambda>() interface
756 fun FrpBuildScope.effect(block: suspend FrpEffectScope.() -> Unit): Job = now.observe { block() } in <lambda>() method
771 fun FrpBuildScope.launchEffect(block: suspend CoroutineScope.() -> Unit): Job = asyncEffect(block) in launchEffect() method