Home
last modified time | relevance | path

Searched refs:animateKeyguardFadingOut (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java261 mScrimController.animateKeyguardFadingOut( in hide()
299 mScrimController.animateKeyguardFadingOut(delay, duration, new Runnable() { in animateScrimControllerKeyguardFadingOut()
DScrimController.java136 public void animateKeyguardFadingOut(long delay, long duration, Runnable onAnimationFinished) { in animateKeyguardFadingOut() method in ScrimController