Searched defs:setRowCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java115 setRowCount(mRowCount);
254 public void setRowCount(int n) { method in class:CarouselController
257 mRenderScript.setRowCount(n);
H A DCarouselView.java259 public void setRowCount(int n) { method in class:CarouselView
260 mController.setRowCount(n);
H A DCarouselRS.java276 setRowCount(DEFAULT_ROW_COUNT);
504 public void setRowCount(int count) { method in class:CarouselRS
/frameworks/base/core/java/android/widget/
H A DGridLayout.java78 * {@link GridLayout#setRowCount(int) rowCount} and
254 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
342 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
347 * @see #setRowCount(int)
367 public void setRowCount(int rowCount) { method in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java78 * {@link GridLayout#setRowCount(int) rowCount} and
258 setRowCount(a.getInt(ROW_COUNT, DEFAULT_COUNT));
322 * with {@link #setRowCount(int)} or, if no such value was set, the maximum
327 * @see #setRowCount(int)
347 public void setRowCount(int rowCount) { method in class:GridLayout

Completed in 326 milliseconds