Searched refs:idCounter (Results 1 – 8 of 8) sorted by relevance
97 TextElementCounter idCounter = new TextElementCounter(); in testListener() local101 id.setTextElementListener(idCounter); in testListener()109 assertEquals(2, idCounter.starts); in testListener()110 assertEquals("ab", idCounter.bodies); in testListener()
173 private static int idCounter = 0;176 id = idCounter ++;
84 Item.idCounter = 0; in cleanState()328 Item.idCounter = originalAdded.get(0).id; in process()628 static int idCounter = 0; field in OpReorderTest.Item638 return new Item(idCounter++, 1); in create()
130 private static final AtomicLong idCounter = new AtomicLong(0); field in BaseWrapContentWithAspectRatioTest.MeasureBehavior134 final long mId = idCounter.incrementAndGet();
118 Item.idCounter.set(0); in setUpInsThread()763 final static AtomicInteger idCounter = new AtomicInteger(0); field in BaseRecyclerViewInstrumentationTest.Item764 final public int mId = idCounter.incrementAndGet();
146 Item.idCounter.set(0); in runScenario()
452 static long idCounter = 0; field in DiffUtilTest.Item461 id = idCounter++; in Item()
722 static int idCounter = 0; field in SortedListTest.Item730 id = idCounter++; in Item()735 id = idCounter++; in Item()