Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerLegacyImpl.kt224 listener.onSystemEventAnimationBegin()?.let { anim -> animators.add(anim) }
226 animators.add(chipAnimationController.onSystemEventAnimationBegin())
H A DSystemStatusAnimationScheduler.kt47 fun onSystemEventAnimationBegin(): Animator? { return null } regex
H A DSystemStatusAnimationSchedulerImpl.kt323 listener.onSystemEventAnimationBegin()?.let { anim -> animators.add(anim) }
325 animators.add(chipAnimationController.onSystemEventAnimationBegin())
H A DSystemEventChipAnimationController.kt108 override fun onSystemEventAnimationBegin(): Animator {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerImplTest.kt130 verify(listener, times(1)).onSystemEventAnimationBegin()
186 verify(listener, times(1)).onSystemEventAnimationBegin()
549 verify(listener, times(1)).onSystemEventAnimationBegin()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarSystemEventAnimator.kt68 override fun onSystemEventAnimationBegin(): Animator {
H A DCollapsedStatusBarFragment.java760 public Animator onSystemEventAnimationBegin() { in onSystemEventAnimationBegin() method in CollapsedStatusBarFragment
761 return mSystemEventAnimator.onSystemEventAnimationBegin(); in onSystemEventAnimationBegin()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java197 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_startedDisabled_finishedWithAnimator_showsSystemInfo()
242 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_notDisabled_animatesAlphaZero()
257 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_notDisabled_animatesBackToAlphaOne()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java160 public Animator onSystemEventAnimationBegin() {
161 return mSystemEventAnimator.onSystemEventAnimationBegin();