Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java294 mBouncer.startPreHideAnimation(r); in testStartPreHideAnimation_notifiesView()
299 mBouncer.startPreHideAnimation(r); in testStartPreHideAnimation_notifiesView()
340 mBouncer.startPreHideAnimation(null /* runnable */); in testIsHiding_preHideOrHide()
350 mBouncer.startPreHideAnimation(null /* runnable */); in testIsHiding_skipsTranslation()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java148 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation() method
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java261 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in CarKeyguardViewController
264 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java564 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in StatusBarKeyguardViewManager
566 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
DKeyguardBouncer.java323 public void startPreHideAnimation(Runnable runnable) { in startPreHideAnimation() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java621 .startPreHideAnimation(mHideAnimationFinishedRunnable);
1706 .startPreHideAnimation(mHideAnimationFinishedRunnable); in tryKeyguardDone()