Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1172 updateEmptyShadeView(); in updateQsState()
2086 updateEmptyShadeView(); in setShadeEmpty()
2089 private void updateEmptyShadeView() { in updateEmptyShadeView() method in NotificationPanelView
2092 mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded); in updateEmptyShadeView()
DPhoneStatusBar.java1069 updateEmptyShadeView(); in onDensityOrFontScaleChanged()
1855 updateEmptyShadeView(); in updateNotificationShade()
1985 private void updateEmptyShadeView() { in updateEmptyShadeView() method in PhoneStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java3478 public void updateEmptyShadeView(boolean visible) { in updateEmptyShadeView() method in NotificationStackScrollLayout