Searched refs:correctTooHigh (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
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
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

Completed in 211 milliseconds