Searched defs:updateEmptyShadeView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1226 updateEmptyShadeView();
2150 updateEmptyShadeView();
2153 private void updateEmptyShadeView() { method in class:NotificationPanelView
2156 mNotificationStackScroller.updateEmptyShadeView(mShowEmptyShadeView && !mQsExpanded);
H A DStatusBar.java1280 updateEmptyShadeView();
1953 updateEmptyShadeView();
2105 private void updateEmptyShadeView() { method in class:StatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3764 public void updateEmptyShadeView(boolean visible) { method in class:NotificationStackScrollLayout

Completed in 100 milliseconds