Searched refs:getRowHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java154 int rowHeight = getRowHeight(i);
185 private int getRowHeight(int row) { method in class:InternalSelectionView
197 final int rowHeight = getRowHeight(row);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java210 public int getRowHeight() { method in class:ListRowPresenter
498 if (getRowHeight() != getExpandedRowHeight()) {
499 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();

Completed in 103 milliseconds