HomeSort by relevance Sort by last modified time
    Searched full:correcttoolow (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 197 correctTooLow(numColumns, verticalSpacing, getChildCount());
495 correctTooLow(numColumns, verticalSpacing, childCount);
549 private void correctTooLow(int numColumns, int verticalSpacing, int childCount) {
    [all...]
ListView.java 629 correctTooLow(getChildCount());
742 correctTooLow(getChildCount());
826 correctTooLow(getChildCount());
    [all...]

Completed in 770 milliseconds