Searched refs:horizontalCounter (Results 1 – 1 of 1) sorted by relevance
103 final AtomicInteger horizontalCounter = new AtomicInteger(horizontalScrollCount); in testScrollFrozen() local135 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() local436 if (horizontalCounter.get() > 0) { in scrollInBothDirection()437 horizontalCounter.decrementAndGet(); in scrollInBothDirection()451 horizontalCounter.get()); in scrollInBothDirection()