Searched refs:getRowHeight (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java136 public int getRowHeight() { method in class:ListRowPresenter
420 if (getRowHeight() != getExpandedRowHeight()) {
421 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
/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);

Completed in 54 milliseconds