Searched refs:startPreHideAnimation (Results 1 – 6 of 6) sorted by relevance
297 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()
148 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation() method
289 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in CarKeyguardViewController292 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
701 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation() method in StatusBarKeyguardViewManager703 mBouncer.startPreHideAnimation(finishRunnable); in startPreHideAnimation()
354 public void startPreHideAnimation(Runnable runnable) { in startPreHideAnimation() method in KeyguardBouncer
723 .startPreHideAnimation(mHideAnimationFinishedRunnable);1935 .startPreHideAnimation(mHideAnimationFinishedRunnable); in tryKeyguardDone()