Searched defs:calculateMaxIndex (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1130 private int calculateMaxIndex() { method in class:GridLayout.Axis
1146 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1202 private int calculateMaxIndex() { method in class:GridLayout.Axis
1219 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children

Completed in 73 milliseconds