Home
last modified time | relevance | path

Searched refs:getNotGoneChildCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1271 public int getNotGoneChildCount() { in getNotGoneChildCount() method in NotificationStackScrollLayoutController
1272 return mView.getNotGoneChildCount(); in getNotGoneChildCount()
DNotificationStackScrollLayout.java2444 public int getNotGoneChildCount() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1437 if (mNotificationStackScrollLayoutController.getNotGoneChildCount() == 0 in calculatePanelHeightExpanded()
DNotificationPanelViewController.java2626 && mNotificationStackScrollLayoutController.getNotGoneChildCount() == 0) { in getMaxPanelHeight()