Searched defs:idCounter (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
H A DSortedListActivity.java173 private static int idCounter = 0; field in class:SortedListActivity.Item
176 id = idCounter ++;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
H A DSortedListActivity.java173 private static int idCounter = 0; field in class:SortedListActivity.Item
176 id = idCounter ++;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java722 static int idCounter = 0; field in class:SortedListTest.Item
730 id = idCounter++;
735 id = idCounter++;
H A DDiffUtilTest.java452 static long idCounter = 0; field in class:DiffUtilTest.Item
461 id = idCounter++;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java130 private static final AtomicLong idCounter = new AtomicLong(0); field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
134 final long mId = idCounter.incrementAndGet();
H A DBaseRecyclerViewInstrumentationTest.java118 Item.idCounter.set(0);
763 final static AtomicInteger idCounter = new AtomicInteger(0); field in class:BaseRecyclerViewInstrumentationTest.Item
764 final public int mId = idCounter.incrementAndGet();
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java84 Item.idCounter = 0;
328 Item.idCounter = originalAdded.get(0).id;
628 static int idCounter = 0; field in class:OpReorderTest.Item
638 return new Item(idCounter++, 1);

Completed in 8292 milliseconds