Searched refs:firstIncludedIndex (Results 1 – 1 of 1) sorted by relevance
1017 private static int findLastMatching(ViewGroup viewGroup, int firstIncludedIndex) { in findLastMatching() argument1018 final View firstView = viewGroup.getChildAt(firstIncludedIndex); in findLastMatching()1024 int max = firstIncludedIndex; in findLastMatching()1025 for (int i = firstIncludedIndex + 1; i < count; i++) { in findLastMatching()