HomeSort by relevance Sort by last modified time
    Searched defs:findRowMax (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGridDefault.java 103 public int findRowMax(boolean findLarge, int indexLimit, int[] indices) {
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);
SingleRow.java 185 protected final int findRowMax(boolean findLarge, int indexLimit, int[] indices) {
Grid.java 302 public final int findRowMax(boolean findLarge, @Nullable int[] indices) {
303 return findRowMax(findLarge, mReversedFlow ? mFirstVisibleIndex : mLastVisibleIndex,
311 protected abstract int findRowMax(boolean findLarge, int indexLimit, int[] indices);
321 findRowMax(false, null) >= toLimit - mSpacing;
331 return mReversedFlow ? findRowMax(false, null) >= toLimit - mSpacing :
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 255 milliseconds