Searched defs:setColumnCount (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/widget/
H A DGridLayout.java79 * {@link GridLayout#setColumnCount(int) columnCount} properties.
255 setColumnCount(a.getInt(COLUMN_COUNT, DEFAULT_COUNT));
375 * with {@link #setColumnCount(int)} or, if no such value was set, the maximum
380 * @see #setColumnCount(int)
400 public void setColumnCount(int columnCount) { method in class:GridLayout
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java229 public void setColumnCount(int colCount) { method in class:StaggeredGridView
251 setColumnCount(COLUMN_COUNT_AUTO);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java79 * {@link GridLayout#setColumnCount(int) columnCount} properties.
259 setColumnCount(a.getInt(COLUMN_COUNT, DEFAULT_COUNT));
355 * with {@link #setColumnCount(int)} or, if no such value was set, the maximum
360 * @see #setColumnCount(int)
380 public void setColumnCount(int columnCount) { method in class:GridLayout

Completed in 26 milliseconds