Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java818 int notGoneChildCount = getNotGoneChildCount(); in getAppearEndPosition() local
819 if (mEmptyShadeView.getVisibility() == GONE && notGoneChildCount != 0) { in getAppearEndPosition()
827 if (notGoneChildCount >= minNotificationsForShelf) { in getAppearEndPosition()