Searched refs:appendVisibleItems (Results 1 – 6 of 6) sorted by relevance
32 mSingleRow.appendVisibleItems(200); in testAppendPrependRemove()35 mSingleRow.appendVisibleItems(201); in testAppendPrependRemove()39 mSingleRow.appendVisibleItems(251); in testAppendPrependRemove()43 mSingleRow.appendVisibleItems(Integer.MAX_VALUE); in testAppendPrependRemove()56 mSingleRow.appendVisibleItems(Integer.MAX_VALUE); in testAppendPrependRemove()76 mSingleRow.appendVisibleItems(-200); in testAppendPrependRemoveReversed()79 mSingleRow.appendVisibleItems(-201); in testAppendPrependRemoveReversed()83 mSingleRow.appendVisibleItems(-251); in testAppendPrependRemoveReversed()87 mSingleRow.appendVisibleItems(Integer.MIN_VALUE); in testAppendPrependRemoveReversed()100 mSingleRow.appendVisibleItems(Integer.MIN_VALUE); in testAppendPrependRemoveReversed()
34 mStaggeredGrid.appendVisibleItems(210); in testWhenToFillNextRow()38 mStaggeredGrid.appendVisibleItems(100000); in testWhenToFillNextRow()50 mStaggeredGrid.appendVisibleItems(100000); in testWhenToFillNextRow()
364 return appendVisibleItems(mReversedFlow ? Integer.MAX_VALUE : Integer.MIN_VALUE, true); in appendOneColumnVisibleItems()371 public final void appendVisibleItems(int toLimit) { in appendVisibleItems() method in Grid372 appendVisibleItems(toLimit, false); in appendVisibleItems()382 protected abstract boolean appendVisibleItems(int toLimit, boolean oneColumnMode); in appendVisibleItems() method in Grid
101 protected final boolean appendVisibleItems(int toLimit, boolean oneColumnMode) { in appendVisibleItems() method in SingleRow
275 protected final boolean appendVisibleItems(int toLimit, boolean oneColumnMode) { in appendVisibleItems() method in StaggeredGrid
1581 private void appendVisibleItems() { in appendVisibleItems() method in GridLayoutManager1582 mGrid.appendVisibleItems(mReverseFlowPrimary ? -mExtraLayoutSpace in appendVisibleItems()1646 appendVisibleItems(); in fastRelayout()1774 appendVisibleItems(); in onLayoutChildren()1786 appendVisibleItems(); in onLayoutChildren()1921 appendVisibleItems(); in scrollDirectionPrimary()