Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationScheduler.kt83 var hasPersistentDot = false regex
118 hasPersistentDot = true
133 if (hasPersistentDot == should || !isImmersiveIndicatorEnabled()) {
137 hasPersistentDot = should
139 if (!hasPersistentDot) {
155 hasPersistentDot = true
196 val endState = if (hasPersistentDot) {
208 if (hasPersistentDot) {
302 pw.println("Has persistent privacy dot: $hasPersistentDot")
320 animationState = if (endState == SHOWING_PERSISTENT_DOT && !hasPersistentDot) {