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 665 correctTooLow(getChildCount());
785 correctTooLow(getChildCount());
869 correctTooLow(getChildCount());
    [all...]
GridView.java 263 correctTooLow(numColumns, verticalSpacing, getChildCount());
579 correctTooLow(numColumns, verticalSpacing, childCount);
633 private void correctTooLow(int numColumns, int verticalSpacing, int childCount) {
    [all...]

Completed in 42 milliseconds