Searched refs:findRowMax (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGrid.java278 public final int findRowMax(boolean findLarge, int[] indices) { method in class:Grid
279 return findRowMax(findLarge, mReversedFlow ? mFirstVisibleIndex : mLastVisibleIndex,
287 protected abstract int findRowMax(boolean findLarge, int indexLimit, int[] indices); method in class:Grid
297 findRowMax(false, null) >= toLimit - mMargin;
307 return mReversedFlow ? findRowMax(false, null) >= toLimit + mMargin :
H A DStaggeredGridDefault.java103 public int findRowMax(boolean findLarge, int indexLimit, int[] indices) { method in class:StaggeredGridDefault
254 findRowMax(true, edgeLimitSearchIndex, null);
263 edgeLimit = mReversedFlow ? findRowMin(false, null) : findRowMax(true, null);
321 edgeLimit = mReversedFlow ? findRowMin(false, null) : findRowMax(true, null);
354 edgeLimit = mReversedFlow ? findRowMax(true, edgeLimitSearchIndex, null) :
364 edgeLimit = mReversedFlow ? findRowMax(true, null) :
423 edgeLimit = mReversedFlow ? findRowMax(true, null) : findRowMin(false, null);
H A DSingleRow.java153 protected final int findRowMax(boolean findLarge, int indexLimit, int[] indices) { method in class:SingleRow
H A DGridLayoutManager.java2111 int maxEdge = mGrid.findRowMax(true, sTwoInts) + mScrollOffsetPrimary;

Completed in 88 milliseconds