Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationScheduler.kt47 fun onSystemEventAnimationBegin(): Animator? { return null } in getAnimationState() method
DSystemStatusAnimationSchedulerImpl.kt330 listener.onSystemEventAnimationBegin()?.let { anim -> animators.add(anim) } in <lambda>()
332 animators.add(chipAnimationController.onSystemEventAnimationBegin()) in <lambda>()
DSystemEventChipAnimationController.kt105 override fun onSystemEventAnimationBegin(): Animator { in onSystemEventAnimationBegin() method in com.android.systemui.statusbar.events.SystemEventChipAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarSystemEventAnimator.kt68 override fun onSystemEventAnimationBegin(): Animator { in onSystemEventAnimationBegin() method
DCollapsedStatusBarFragment.java867 public Animator onSystemEventAnimationBegin() { in onSystemEventAnimationBegin() method in CollapsedStatusBarFragment
868 return mSystemEventAnimator.onSystemEventAnimationBegin(); in onSystemEventAnimationBegin()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationSchedulerImplTest.kt131 verify(listener, times(1)).onSystemEventAnimationBegin() in <lambda>()
187 verify(listener, times(1)).onSystemEventAnimationBegin() in <lambda>()
607 verify(listener, times(1)).onSystemEventAnimationBegin() in fastForwardAnimationToState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java194 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_startedDisabled_finishedWithAnimator_showsSystemInfo()
239 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_notDisabled_animatesAlphaZero()
254 fragment.onSystemEventAnimationBegin().start(); in testSystemStatusAnimation_notDisabled_animatesBackToAlphaOne()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java171 public Animator onSystemEventAnimationBegin() {
172 return mSystemEventAnimator.onSystemEventAnimationBegin();