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

/frameworks/base/core/java/android/widget/
H A DListView.java672 correctTooLow(getChildCount());
792 correctTooLow(getChildCount());
876 correctTooLow(getChildCount());
1368 correctTooLow(childCount);
1437 private void correctTooLow(int childCount) { method in class:ListView
H A DGridView.java278 correctTooLow(numColumns, verticalSpacing, getChildCount());
595 correctTooLow(numColumns, verticalSpacing, childCount);
649 private void correctTooLow(int numColumns, int verticalSpacing, int childCount) { method in class:GridView

Completed in 222 milliseconds