Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java103 final AtomicInteger horizontalCounter = new AtomicInteger(horizontalScrollCount); in testScrollFrozen() local
135 if (horizontalCounter.get() > 0) { in testScrollFrozen()
136 horizontalCounter.decrementAndGet(); in testScrollFrozen()
159 horizontalCounter.get()); in testScrollFrozen()
172 assertEquals("rv's horizontal scroll cb must finishes", 0, horizontalCounter.get()); in testScrollFrozen()
404 final AtomicInteger horizontalCounter = new AtomicInteger(horizontalScrollCount); in scrollInBothDirection() local
436 if (horizontalCounter.get() > 0) { in scrollInBothDirection()
437 horizontalCounter.decrementAndGet(); in scrollInBothDirection()
451 horizontalCounter.get()); in scrollInBothDirection()