Home
last modified time | relevance | path

Searched refs:mSystemEventAnimator (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java134 mSystemEventAnimator =
135 getSystemEventAnimator(mSystemEventAnimator.isAnimationRunning());
155 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot);
161 return mSystemEventAnimator.onSystemEventAnimationBegin();
260 private StatusBarSystemEventDefaultAnimator mSystemEventAnimator; field in KeyguardStatusBarViewController
338 mSystemEventAnimator = getSystemEventAnimator(/* isAnimationRunning */ false); in KeyguardStatusBarViewController()
501 if (mSystemEventAnimator.isAnimationRunning() in updateViewState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java156 private StatusBarSystemEventDefaultAnimator mSystemEventAnimator; field in CollapsedStatusBarFragment
311 mSystemEventAnimator = getSystemEventAnimator(); in onViewCreated()
761 return mSystemEventAnimator.onSystemEventAnimationBegin(); in onSystemEventAnimationBegin()
767 return mSystemEventAnimator.onSystemEventAnimationFinish(hasPersistentDot); in onSystemEventAnimationFinish()