Searched refs:totalVisible (Results 1 – 1 of 1) sorted by relevance
332 int totalVisible = mLayoutStates.size(); in calculateIconTranslations() local333 int maxVisible = totalVisible <= MAX_ICONS ? MAX_ICONS : MAX_ICONS - 1; in calculateIconTranslations()338 for (int i = totalVisible - 1; i >= 0; i--) { in calculateIconTranslations()