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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java83 * {@link GridLayout#setRowCount(int) rowCount} and
290 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
364 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
369 * @see #setRowCount(int)
389 public void setRowCount(int rowCount) { method in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java80 * {@link GridLayout#setRowCount(int) rowCount} and
265 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
353 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
358 * @see #setRowCount(int)
378 public void setRowCount(int rowCount) { method in class:GridLayout

Completed in 40 milliseconds