Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerImplTest.kt146 verify(listener, times(1)).onSystemEventAnimationFinish(false)
200 verify(listener, times(1)).onSystemEventAnimationFinish(true)
464 verify(listener, times(1)).onSystemEventAnimationFinish(anyBoolean())
561 verify(listener, times(1)).onSystemEventAnimationFinish(anyBoolean())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerLegacyImpl.kt235 listener.onSystemEventAnimationFinish(hasPersistentDot)?.let { anim ->
239 animators.add(chipAnimationController.onSystemEventAnimationFinish(hasPersistentDot))
H A DSystemStatusAnimationScheduler.kt49 fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator? { return null } regex
H A DSystemStatusAnimationSchedulerImpl.kt333 listener.onSystemEventAnimationFinish(hasPersistentDot)?.let { anim ->
337 animators.add(chipAnimationController.onSystemEventAnimationFinish(hasPersistentDot))
H A DSystemEventChipAnimationController.kt135 override fun onSystemEventAnimationFinish(hasPersistentDot: Boolean): Animator {
/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() method in CollapsedStatusBarFragment
767 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot); in onSystemEventAnimationFinish()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java211 fragment.onSystemEventAnimationFinish(false).start(); in testSystemStatusAnimation_startedDisabled_finishedWithAnimator_showsSystemInfo()
226 fragment.onSystemEventAnimationFinish(false).start(); in testSystemStatusAnimation_systemInfoDisabled_staysInvisible()
265 fragment.onSystemEventAnimationFinish(false).start(); in testSystemStatusAnimation_notDisabled_animatesBackToAlphaOne()
/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);