Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1101 public int getNotGoneChildCount() { in getNotGoneChildCount() method in NotificationStackScrollLayoutController
1102 return mView.getNotGoneChildCount(); in getNotGoneChildCount()
H A DNotificationStackScrollLayout.java2198 public int getNotGoneChildCount() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2802 && mNotificationStackScrollLayoutController.getNotGoneChildCount() == 0) { in getMaxPanelHeight()
2916 if (mNotificationStackScrollLayoutController.getNotGoneChildCount() == 0 in calculatePanelHeightQsExpanded()