Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java337 int firstUnderflowIndex = -1; in calculateIconTranslations() local
343 firstUnderflowIndex = i; in calculateIconTranslations()
351 if (firstUnderflowIndex != -1) { in calculateIconTranslations()
355 for (int i = firstUnderflowIndex; i >= 0; i--) { in calculateIconTranslations()