Searched refs:secondIndex (Results 1 – 2 of 2) sorted by relevance
125 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()
970 int secondIndex = 0; in expand() local973 ? r.bysecond[secondIndex] in expand()1053 secondIndex++; in expand()1054 } while (usebysecond && secondIndex < bysecondCount); in expand()