Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
DPullNodes.kt33 internal inline fun <A, B> mapImpl( in mapImpl() method
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
DState.kt231 val mapImpl = mapImpl(upstream = { changes.activated() }) { it, _ -> it!!.value } in <lambda>() constant