Searched refs:startPreHideAnimation (Results 1 – 6 of 6) sorted by relevance
294 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()
148 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation() method
261 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in CarKeyguardViewController264 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
564 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in StatusBarKeyguardViewManager566 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
323 public void startPreHideAnimation(Runnable runnable) { in startPreHideAnimation() method in KeyguardBouncer
621 .startPreHideAnimation(mHideAnimationFinishedRunnable);1706 .startPreHideAnimation(mHideAnimationFinishedRunnable); in tryKeyguardDone()