Searched defs:correctTooHigh (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DGridView.java263 correctTooHigh(numColumns, verticalSpacing, getChildCount());
586 correctTooHigh(numColumns, verticalSpacing, childCount);
608 private void correctTooHigh(int numColumns, int verticalSpacing, int childCount) { method in class:GridView
H A DListView.java663 correctTooHigh(getChildCount());
790 correctTooHigh(getChildCount());
874 correctTooHigh(getChildCount());
1359 correctTooHigh(childCount);
1388 private void correctTooHigh(int childCount) { method in class:ListView

Completed in 88 milliseconds