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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1008 updateEmptyShadeView();
1805 updateEmptyShadeView();
1808 private void updateEmptyShadeView() { method in class:NotificationPanelView
1811 mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded);
H A DPhoneStatusBar.java1499 updateEmptyShadeView();
1521 private void updateEmptyShadeView() { method in class:PhoneStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2131 public void updateEmptyShadeView(boolean visible) { method in class:NotificationStackScrollLayout

Completed in 63 milliseconds