Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerLegacyImpl.kt81 var hasPersistentDot = false regex
121 hasPersistentDot = true
135 if (!hasPersistentDot || !isImmersiveIndicatorEnabled()) {
139 hasPersistentDot = false
153 hasPersistentDot = true
204 if (hasPersistentDot) {
235 listener.onSystemEventAnimationFinish(hasPersistentDot)?.let { anim ->
239 animators.add(chipAnimationController.onSystemEventAnimationFinish(hasPersistentDot))
240 if (hasPersistentDot) {
303 pw.println("Has persistent privacy dot: $hasPersistentDot")
H A DSystemStatusAnimationSchedulerImpl.kt92 var hasPersistentDot = false regex
144 !hasPersistentDot
153 if (event.forceVisible) hasPersistentDot = true
170 if (!hasPersistentDot) return
173 hasPersistentDot = false
242 hasPersistentDot = event.forceVisible
272 if (hasPersistentDot) {
303 hasPersistentDot -> SHOWING_PERSISTENT_DOT
333 listener.onSystemEventAnimationFinish(hasPersistentDot)?.let { anim ->
338 if (hasPersistentDot) {
[all …]
H A DSystemStatusAnimationScheduler.kt49 fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator? { return null }
H A DSystemEventChipAnimationController.kt135 override fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator {
137 val finish = if (hasPersistentDot) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarSystemEventAnimator.kt90 override fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator {
H A DCollapsedStatusBarFragment.java766 public Animator onSystemEventAnimationFinish(boolean hasPersistentDot) { in onSystemEventAnimationFinish() argument
767 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot); in onSystemEventAnimationFinish()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java154 public Animator onSystemEventAnimationFinish(boolean hasPersistentDot) {
155 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot);