Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DInputs.kt38 override suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean = in hasCurrentValue() method in com.android.systemui.kairos.internal.InputNode
107 override suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean = true in hasCurrentValue() method
H A DNodeTypes.kt79 suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean method
H A DTFlowImpl.kt44 internal suspend fun <A> NodeConnection<A>.hasCurrentValue( method
H A DInternalScopes.kt82 internal fun NetworkScope.hasCurrentValue(key: Key<*>): Boolean = transactionStore.contains(key) method
H A DDemux.kt209 override suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean = in hasCurrentValue() method in com.android.systemui.kairos.internal.DemuxBranchNode
H A DMuxPrompt.kt53 override suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean = in <lambda>() method
H A DMuxDeferred.kt57 override suspend fun hasCurrentValue(transactionStore: TransactionStore): Boolean = in <lambda>() method