Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsControllerImpl.kt81 private var seedingInProgress = false regex
350 if (!seedingInProgress) return false
354 if (seedingInProgress) seedingCallbacks.add(callback)
364 if (seedingInProgress || componentNames.isEmpty()) return
383 seedingInProgress = true
443 seedingInProgress = false