Home
last modified time | relevance | path

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

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java1017 private static int findLastMatching(ViewGroup viewGroup, int firstIncludedIndex) { in findLastMatching() argument
1018 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()