Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java391 float numViewsInShelf = 0.0f; in updateAppearance() local
435 numViewsInShelf += inShelfAmount; in updateAppearance()
476 || numViewsInShelf < 1f; in updateAppearance()
483 float numViews = MathUtils.min(numViewsInShelf, mMaxIconsOnLockscreen + 1); in updateAppearance()
491 final float shortestWidth = mShelfIcons.calculateWidthFor(numViewsInShelf); in updateAppearance()