Searched defs:setRowHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DHorizontalGridView.java84 setRowHeight(a);
92 void setRowHeight(TypedArray array) { method in class:HorizontalGridView
96 setRowHeight(size);
115 public void setRowHeight(int height) { method in class:HorizontalGridView
116 mLayoutManager.setRowHeight(height);
H A DListRowPresenter.java353 public void setRowHeight(int rowHeight) { method in class:ListRowPresenter
573 rowView.getGridView().setRowHeight(mRowHeight);
647 vh.getGridView().setRowHeight(newHeight);
H A DGridLayoutManager.java834 public void setRowHeight(int height) { method in class:GridLayoutManager

Completed in 163 milliseconds