Searched refs:numViewsInShelf (Results 1 – 1 of 1) sorted by relevance
391 float numViewsInShelf = 0.0f; in updateAppearance() local435 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()