Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java376 mNotificationStackScroller.getNotGoneChildCount(), in positionClockAndNotifications()
1318 && mNotificationStackScroller.getNotGoneChildCount() == 0) { in getMaxPanelHeight()
1399 if (mNotificationStackScroller.getNotGoneChildCount() == 0 in calculatePanelHeightQsExpanded()
1503 if (mNotificationStackScroller.getNotGoneChildCount() == 0) { in getHeaderTranslation()
1538 if (mNotificationStackScroller.getNotGoneChildCount() == 0) { in getNotificationsTopY()
1809 if (mNotificationStackScroller.getNotGoneChildCount() > 0) { in getPeekHeight()
1847 if (mNotificationStackScroller.getNotGoneChildCount() != 0) { in notifyVisibleChildrenChanged()
1885 if (mNotificationStackScroller.getNotGoneChildCount() > 0) { in setEmptyDragAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java406 return getNotGoneChildCount() > 1; in needsHeightAdaption()
472 || getNotGoneChildCount() == 0) { in setStackHeight()
1294 public int getNotGoneChildCount() { in getNotGoneChildCount() method in NotificationStackScrollLayout
2356 if (getNotGoneChildCount() == 2 && getLastChildNotGone() == mDismissView in getDismissViewHeight()
DStackStateAnimator.java324 referenceIndex = mHostLayout.getNotGoneChildCount() - 1; in calculateDelayDark()