Searched refs:secondIndex (Results 1 – 3 of 3) sorted by relevance
188 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()
181 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()
968 int secondIndex = 0; in expand() local971 ? r.bysecond[secondIndex] in expand()1051 secondIndex++; in expand()1052 } while (usebysecond && secondIndex < bysecondCount); in expand()