Home
last modified time | relevance | path

Searched refs:isGoingToNotificationShade (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java679 public boolean isGoingToNotificationShade() { in isGoingToNotificationShade() method in StatusBarKeyguardViewManager
680 return mStatusBar.isGoingToNotificationShade(); in isGoingToNotificationShade()
DStatusBar.java1894 public boolean isGoingToNotificationShade() { in isGoingToNotificationShade() method
4049 || (state == StatusBarState.SHADE && isGoingToNotificationShade()))) { in setBarState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1804 if (mStatusBarKeyguardViewManager.isGoingToNotificationShade()) {