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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java70 setRowHeight(a);
78 void setRowHeight(TypedArray array) { method in class:HorizontalGridView
86 setRowHeight(size);
103 public void setRowHeight(int height) { method in class:HorizontalGridView
104 mLayoutManager.setRowHeight(height);
H A DListRowPresenter.java129 public void setRowHeight(int rowHeight) { method in class:ListRowPresenter
370 rowView.getGridView().setRowHeight(mRowHeight);
422 vh.getGridView().setRowHeight(newHeight);
H A DGridLayoutManager.java498 public void setRowHeight(int height) { method in class:GridLayoutManager

Completed in 920 milliseconds