Home
last modified time | relevance | path

Searched refs:getAnimationState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java408 int state = mAnimationScheduler.getAnimationState(); in showSystemIconArea()
560 if (mAnimationScheduler.getAnimationState() == ANIMATING_OUT in onSystemChromeAnimationStart()
570 if (mAnimationScheduler.getAnimationState() == ANIMATING_IN) { in onSystemChromeAnimationEnd()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java115 mAnimationScheduler.getAnimationState() == ANIMATING_OUT);
121 mAnimationScheduler.getAnimationState() == ANIMATING_IN);
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java558 int getAnimationState() { in getAnimationState() method in FlingUpDownMethod