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.java300 int firstUnderflowIndex = -1; in calculateIconTranslations() local
306 firstUnderflowIndex = i; in calculateIconTranslations()
313 if (firstUnderflowIndex != -1) { in calculateIconTranslations()
317 for (int i = firstUnderflowIndex; i >= 0; i--) { in calculateIconTranslations()