Searched refs:hasPersistentDot (Results 1 – 7 of 7) sorted by relevance
81 var hasPersistentDot = false regex121 hasPersistentDot = true135 if (!hasPersistentDot || !isImmersiveIndicatorEnabled()) {139 hasPersistentDot = false153 hasPersistentDot = true204 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")
92 var hasPersistentDot = false regex144 !hasPersistentDot153 if (event.forceVisible) hasPersistentDot = true170 if (!hasPersistentDot) return173 hasPersistentDot = false242 hasPersistentDot = event.forceVisible272 if (hasPersistentDot) {303 hasPersistentDot -> SHOWING_PERSISTENT_DOT333 listener.onSystemEventAnimationFinish(hasPersistentDot)?.let { anim ->338 if (hasPersistentDot) {[all …]
49 fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator? { return null }
135 override fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator {137 val finish = if (hasPersistentDot) {
90 override fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator {
766 public Animator onSystemEventAnimationFinish(boolean hasPersistentDot) { in onSystemEventAnimationFinish() argument767 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot); in onSystemEventAnimationFinish()
154 public Animator onSystemEventAnimationFinish(boolean hasPersistentDot) {155 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot);