Searched defs:needsEval (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/ |
H A D | PullNodes.kt | 37 upstream().activate(evalScope = this, downstream)?.let { (connection, needsEval) -> in mapImpl() method 63 activate(this, it)?.let { (connection, needsEval) -> in cached() method
|
H A D | Demux.kt | 268 ?.let { (conn, needsEval) -> in DemuxImpl() method 278 dmux.activate(evalScope = this, key)?.let { (branchNode, needsEval) -> in eventsForKey() method 318 ?.let { (node, needsEval) -> in toString() method
|
H A D | MuxPrompt.kt | 377 ?.let { (conn, needsEval) -> in switchPromptImpl() method 399 ?.let { (conn, needsEval) -> in switchPromptImpl() method 463 moving.activate(evalScope = this, downstream)?.let { (connection, needsEval) -> in switchPromptImpl() method
|
H A D | MuxDeferred.kt | 322 (conn, needsEval) -> in switchDeferredImpl() method 365 val (patchesConn, needsEval) = in switchDeferredImpl() constant
|
H A D | TFlowImpl.kt | 28 val needsEval: Boolean, constant in com.android.systemui.kairos.internal.ActivationResult
|
H A D | BuildScopeImpl.kt | 210 ?.let { (conn, needsEval) -> in <lambda>() method
|
H A D | TStateImpl.kt | 142 (connection, needsEval) -> in constS() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/ |
H A D | TState.kt | 479 (connection, needsEval) -> in get() method
|