Searched defs:firstIncludedIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/library/src/main/java/android/databinding/
H A DViewDataBinding.java691 private static int findLastMatching(ViewGroup viewGroup, int firstIncludedIndex) { argument
692 final View firstView = viewGroup.getChildAt(firstIncludedIndex);
698 int max = firstIncludedIndex;
699 for (int i = firstIncludedIndex + 1; i < count; i++) {

Completed in 58 milliseconds