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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java83 setRowHeight(a);
91 void setRowHeight(TypedArray array) { method in class:HorizontalGridView
95 setRowHeight(size);
114 public void setRowHeight(int height) { method in class:HorizontalGridView
115 mLayoutManager.setRowHeight(height);
H A DListRowPresenter.java352 public void setRowHeight(int rowHeight) { method in class:ListRowPresenter
572 rowView.getGridView().setRowHeight(mRowHeight);
646 vh.getGridView().setRowHeight(newHeight);
H A DGridLayoutManager.java795 public void setRowHeight(int height) { method in class:GridLayoutManager

Completed in 68 milliseconds