Home
last modified time | relevance | path

Searched refs:getRowHeight (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DCardPresenter.java73 public int getRowHeight(Context context) { in getRowHeight() method in CardPresenter
100 v.setMainImageDimensions(getRowHeight(parent.getContext()), in onCreateViewHolder()
101 getRowHeight(parent.getContext())); in onCreateViewHolder()
105 getRowHeight(parent.getContext())); in onCreateViewHolder()
DRowsSupportFragment.java78 lrp.setRowHeight(cardPresenter.getRowHeight(getActivity())); in setupRows()
DRowsFragment.java75 lrp.setRowHeight(cardPresenter.getRowHeight(getActivity())); in setupRows()
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java154 int rowHeight = getRowHeight(i); in onDraw()
185 private int getRowHeight(int row) { in getRowHeight() method in InternalSelectionView
197 final int rowHeight = getRowHeight(row); in getRectForRow()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DListRowPresenter.java360 public int getRowHeight() { in getRowHeight() method in ListRowPresenter
645 if (getRowHeight() != getExpandedRowHeight()) { in onRowViewExpanded()
646 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight(); in onRowViewExpanded()
/frameworks/support/leanback/api/
Dcurrent.txt2203 method public int getRowHeight();
/frameworks/support/leanback/api_legacy/
Dcurrent.txt2191 method public int getRowHeight();
D27.0.0.txt2206 method public int getRowHeight();
D27.1.0.txt2191 method public int getRowHeight();
D28.0.0-alpha1.txt2191 method public int getRowHeight();
D26.1.0.txt2289 method public int getRowHeight();
D26.0.0.txt2289 method public int getRowHeight();
/frameworks/support/api/
D22.0.0.txt954 method public int getRowHeight();
D22.1.0.txt1072 method public int getRowHeight();
D22.2.0.txt1411 method public int getRowHeight();
D22.2.1.txt1419 method public int getRowHeight();
D25.2.0.txt3229 method public int getRowHeight();
D25.0.0.txt2892 method public int getRowHeight();
D24.2.0.txt2838 method public int getRowHeight();
D23.0.0.txt1837 method public int getRowHeight();
D23.1.1.txt2057 method public int getRowHeight();
D25.4.0.txt3550 method public int getRowHeight();
D23.2.1.txt2341 method public int getRowHeight();
D26.0.0-alpha1.txt3893 method public int getRowHeight();
D23.2.0.txt2341 method public int getRowHeight();

12