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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DActivityTransition.java100 gridLayout.setRowCount(isPortrait ? 4 : 2);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java90 * {@link GridLayout#setRowCount(int) rowCount} and
299 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
373 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
378 * @see #setRowCount(int)
398 public void setRowCount(int rowCount) { method in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java86 * {@link GridLayout#setRowCount(int) rowCount} and
274 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
362 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
367 * @see #setRowCount(int)
387 public void setRowCount(int rowCount) { method in class:GridLayout

Completed in 104 milliseconds