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

  /frameworks/base/core/java/android/widget/
ListView.java 672 correctTooLow(getChildCount());
792 correctTooLow(getChildCount());
876 correctTooLow(getChildCount());
    [all...]
GridView.java 278 correctTooLow(numColumns, verticalSpacing, getChildCount());
595 correctTooLow(numColumns, verticalSpacing, childCount);
649 private void correctTooLow(int numColumns, int verticalSpacing, int childCount) {
    [all...]

Completed in 169 milliseconds