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

/frameworks/base/core/java/android/widget/
H A DListView.java667 correctTooHigh(getChildCount());
794 correctTooHigh(getChildCount());
878 correctTooHigh(getChildCount());
1370 correctTooHigh(childCount);
1399 private void correctTooHigh(int childCount) { method in class:ListView
H A DGridView.java268 correctTooHigh(numColumns, verticalSpacing, getChildCount());
591 correctTooHigh(numColumns, verticalSpacing, childCount);
613 private void correctTooHigh(int numColumns, int verticalSpacing, int childCount) { method in class:GridView

Completed in 16 milliseconds