Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java410 mNotificationStackScroller.getNotGoneChildCount(), in positionClockAndNotifications()
1444 && mNotificationStackScroller.getNotGoneChildCount() == 0) { in getMaxPanelHeight()
1535 if (mNotificationStackScroller.getNotGoneChildCount() == 0 in calculatePanelHeightQsExpanded()
1663 if (mNotificationStackScroller.getNotGoneChildCount() == 0) { in getNotificationsTopY()
2044 if (mNotificationStackScroller.getNotGoneChildCount() > 0) { in getPeekHeight()
2109 if (mNotificationStackScroller.getNotGoneChildCount() > 0) { in setEmptyDragAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java818 int notGoneChildCount = getNotGoneChildCount(); in getAppearEndPosition()
1921 public int getNotGoneChildCount() { in getNotGoneChildCount() method in NotificationStackScrollLayout