Home
last modified time | relevance | path

Searched refs:layoutCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1701 final AtomicInteger layoutCount = new AtomicInteger(4); in testInvalidateAllDecorOffsets() local
1726 layoutRange(recycler, 0, layoutCount.get()); in testInvalidateAllDecorOffsets()
1785 layoutCount.set(3); in testInvalidateAllDecorOffsets()
1793 layoutCount.set(5); in testInvalidateAllDecorOffsets()
2195 final AtomicInteger layoutCount = new AtomicInteger(0); in testUpdatesWhileDetached() local
2201 layoutCount.incrementAndGet(); in testUpdatesWhileDetached()
2218 final AtomicInteger layoutCount = new AtomicInteger(0); in testUpdatesAfterDetach() local
2224 layoutCount.incrementAndGet(); in testUpdatesAfterDetach()
2235 final int prevLayoutCount = layoutCount.get(); in testUpdatesAfterDetach()
2251 layoutCount.get()); in testUpdatesAfterDetach()
DGridLayoutManagerTest.java1030 public void expectLayout(int layoutCount) { in expectLayout() argument
1031 mLayoutLatch = new CountDownLatch(layoutCount); in expectLayout()
DRecyclerViewAnimationsTest.java641 int layoutCount = mLayoutManager.mTotalLayoutCount; in testNotifyDataSetChanged() local
658 layoutCount + 1, mLayoutManager.mTotalLayoutCount); in testNotifyDataSetChanged()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java849 final int layoutCount = Math.max(1, nextInt(random, count - start)); in randomTest() local
850 setupBasic(count, start, layoutCount); in randomTest()