Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3458 mNotificationPanel.animateToFullShade(calculateGoingToFullShadeDelay()); in hideKeyguard()
3788 mNotificationPanel.animateToFullShade(0 /* delay */); in goToLockedShade()
DNotificationPanelView.java475 public void animateToFullShade(long delay) { in animateToFullShade() method in NotificationPanelView