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.java346 mScrimController.animateKeyguardFadingOut( in hide()
421 mScrimController.animateKeyguardFadingOut(delay, duration, new Runnable() { in animateScrimControllerKeyguardFadingOut()
DScrimController.java163 public void animateKeyguardFadingOut(long delay, long duration, Runnable onAnimationFinished, in animateKeyguardFadingOut() method in ScrimController