Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java125 int secondIndex = Math.max(fromIndex, toIndex); in animate()
126 if (secondIndex == firstIndex) { in animate()
127 secondIndex++; in animate()
130 ImageView second = (ImageView) getChildAt(secondIndex); in animate()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java970 int secondIndex = 0; in expand() local
973 ? r.bysecond[secondIndex] in expand()
1053 secondIndex++; in expand()
1054 } while (usebysecond && secondIndex < bysecondCount); in expand()