Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java367 public void animateKeyguardStatusBarOut(long startDelay, long duration) { in animateKeyguardStatusBarOut() method in KeyguardStatusBarViewController
H A DNotificationPanelViewController.java4439 mKeyguardStatusBarViewController.animateKeyguardStatusBarOut(startDelay, duration); in onStateChanged()