Home
last modified time | relevance | path

Searched refs:noVal (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DFlow.kt43 val noVal = Any() regex
44 var previousValue: Any? = noVal
46 if (previousValue != noVal) {
154 val noVal = Any() regex
155 val sampledRef = AtomicReference(noVal)
161 if (sampled != noVal) {