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

/frameworks/base/core/java/android/widget/
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
H A DListView.java669 correctTooHigh(getChildCount());
796 correctTooHigh(getChildCount());
880 correctTooHigh(getChildCount());
1415 correctTooHigh(childCount);
1444 private void correctTooHigh(int childCount) { method in class:ListView

Completed in 60 milliseconds