Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java188 int secondIndex = Math.max(fromIndex, toIndex); in animate()
189 if (secondIndex == firstIndex) { in animate()
190 secondIndex++; in animate()
193 ImageView second = (ImageView) getChildAt(secondIndex); in animate()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DPageIndicator.java181 int secondIndex = Math.max(fromIndex, toIndex); in animate()
182 if (secondIndex == firstIndex) { in animate()
183 secondIndex++; in animate()
186 ImageView second = (ImageView) getChildAt(secondIndex); in animate()
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java968 int secondIndex = 0; in expand() local
971 ? r.bysecond[secondIndex] in expand()
1051 secondIndex++; in expand()
1052 } while (usebysecond && secondIndex < bysecondCount); in expand()