Home
last modified time | relevance | path

Searched refs:startPreHideAnimation (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java297 mBouncer.startPreHideAnimation(r); in testStartPreHideAnimation_notifiesView()
302 mBouncer.startPreHideAnimation(r); in testStartPreHideAnimation_notifiesView()
341 mBouncer.startPreHideAnimation(null /* runnable */); in testIsHiding_preHideOrHide()
351 mBouncer.startPreHideAnimation(null /* runnable */); in testIsHiding_skipsTranslation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java148 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation() method
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java289 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in CarKeyguardViewController
292 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java701 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in StatusBarKeyguardViewManager
703 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
H A DKeyguardBouncer.java354 public void startPreHideAnimation(Runnable runnable) { in startPreHideAnimation() method in KeyguardBouncer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java723 .startPreHideAnimation(mHideAnimationFinishedRunnable);
1935 .startPreHideAnimation(mHideAnimationFinishedRunnable); in tryKeyguardDone()