Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DClockRegistry.kt176 var isClockListChanged = false regex
181 isClockListChanged = true
205 if (isClockListChanged) {
219 var isClockListChanged = false regex
228 isClockListChanged = true
254 if (isClockListChanged) {
408 private var isClockListChanged = AtomicBoolean(false) regex
410 val shouldSchedule = isClockListChanged.compareAndSet(false, true)
417 isClockListChanged.set(false)