Home
last modified time | relevance | path

Searched refs:setRowHeight (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DHorizontalGridView.java84 setRowHeight(a); in initAttributes()
92 void setRowHeight(TypedArray array) { in setRowHeight() method in HorizontalGridView
96 setRowHeight(size); in setRowHeight()
115 public void setRowHeight(int height) { in setRowHeight() method in HorizontalGridView
116 mLayoutManager.setRowHeight(height); in setRowHeight()
DVerticalGridView.java89 mLayoutManager.setRowHeight(width); in setColumnWidth()
DListRowPresenter.java353 public void setRowHeight(int rowHeight) { in setRowHeight() method in ListRowPresenter
573 rowView.getGridView().setRowHeight(mRowHeight); in createRowViewHolder()
647 vh.getGridView().setRowHeight(newHeight); in onRowViewExpanded()
DGridLayoutManager.java834 public void setRowHeight(int height) { in setRowHeight() method in GridLayoutManager
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetPrefetchTest.java84 gridView.setRowHeight(100);
134 gridView.setRowHeight(100);
207 gridView.setRowHeight(100);
DGridWidgetTest.java1891 horizontalGridView.setRowHeight(rowHeight); in testScrollSecondaryCannotScroll()
1934 horizontalGridView.setRowHeight(rowHeight); in testScrollSecondaryNeedScroll()
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DRowsSupportFragment.java78 lrp.setRowHeight(cardPresenter.getRowHeight(getActivity())); in setupRows()
DRowsFragment.java75 lrp.setRowHeight(cardPresenter.getRowHeight(getActivity())); in setupRows()
/frameworks/support/leanback/api/
Dcurrent.txt2041 method public void setRowHeight(int);
2218 method public void setRowHeight(int);
/frameworks/support/leanback/api_legacy/
Dcurrent.txt2030 method public void setRowHeight(int);
2206 method public void setRowHeight(int);
D27.0.0.txt2045 method public void setRowHeight(int);
2221 method public void setRowHeight(int);
D27.1.0.txt2030 method public void setRowHeight(int);
2206 method public void setRowHeight(int);
D28.0.0-alpha1.txt2030 method public void setRowHeight(int);
2206 method public void setRowHeight(int);
D26.1.0.txt2130 method public void setRowHeight(int);
2303 method public void setRowHeight(int);
D26.0.0.txt2130 method public void setRowHeight(int);
2303 method public void setRowHeight(int);
/frameworks/support/api/
D22.0.0.txt818 method public void setRowHeight(int);
854 method public void setRowHeight(int);
964 method public void setRowHeight(int);
D22.1.0.txt837 method public void setRowHeight(int);
964 method public void setRowHeight(int);
1083 method public void setRowHeight(int);
D22.2.0.txt1176 method public void setRowHeight(int);
1303 method public void setRowHeight(int);
1422 method public void setRowHeight(int);
D22.2.1.txt1287 method public void setRowHeight(int);
1430 method public void setRowHeight(int);
D25.2.0.txt3072 method public void setRowHeight(int);
3243 method public void setRowHeight(int);
D25.0.0.txt2735 method public void setRowHeight(int);
2906 method public void setRowHeight(int);
D24.2.0.txt2681 method public void setRowHeight(int);
2852 method public void setRowHeight(int);
D23.0.0.txt1705 method public void setRowHeight(int);
1848 method public void setRowHeight(int);
D23.1.1.txt1904 method public void setRowHeight(int);
2070 method public void setRowHeight(int);
D25.4.0.txt3392 method public void setRowHeight(int);
3564 method public void setRowHeight(int);

12