Searched refs:appendVisibleItems (Results 1 – 6 of 6) sorted by relevance
48 mSingleRow.appendVisibleItems(200); in testAppendPrependRemove()51 mSingleRow.appendVisibleItems(201); in testAppendPrependRemove()55 mSingleRow.appendVisibleItems(251); in testAppendPrependRemove()59 mSingleRow.appendVisibleItems(Integer.MAX_VALUE); in testAppendPrependRemove()72 mSingleRow.appendVisibleItems(Integer.MAX_VALUE); in testAppendPrependRemove()93 mSingleRow.appendVisibleItems(-200); in testAppendPrependRemoveReversed()96 mSingleRow.appendVisibleItems(-201); in testAppendPrependRemoveReversed()100 mSingleRow.appendVisibleItems(-251); in testAppendPrependRemoveReversed()104 mSingleRow.appendVisibleItems(Integer.MIN_VALUE); in testAppendPrependRemoveReversed()117 mSingleRow.appendVisibleItems(Integer.MIN_VALUE); in testAppendPrependRemoveReversed()[all …]
44 mStaggeredGrid.appendVisibleItems(210); in testWhenToFillNextRow()48 mStaggeredGrid.appendVisibleItems(100000); in testWhenToFillNextRow()60 mStaggeredGrid.appendVisibleItems(100000); in testWhenToFillNextRow()
389 return appendVisibleItems(mReversedFlow ? Integer.MAX_VALUE : Integer.MIN_VALUE, true); in appendOneColumnVisibleItems()396 public final void appendVisibleItems(int toLimit) { in appendVisibleItems() method in Grid397 appendVisibleItems(toLimit, false); in appendVisibleItems()407 protected abstract boolean appendVisibleItems(int toLimit, boolean oneColumnMode); in appendVisibleItems() method in Grid
103 protected final boolean appendVisibleItems(int toLimit, boolean oneColumnMode) { in appendVisibleItems() method in SingleRow
271 protected final boolean appendVisibleItems(int toLimit, boolean oneColumnMode) { in appendVisibleItems() method in StaggeredGrid
1932 private void appendVisibleItems() { in appendVisibleItems() method in GridLayoutManager1933 mGrid.appendVisibleItems((mFlag & PF_REVERSE_FLOW_PRIMARY) != 0 in appendVisibleItems()2011 appendVisibleItems(); in fastRelayout()2218 appendVisibleItems(); in onLayoutChildren()2290 appendVisibleItems(); in onLayoutChildren()2456 appendVisibleItems(); in scrollDirectionPrimary()