Home
last modified time | relevance | path

Searched defs:idCounter (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
DDiffUtilTest.java452 static long idCounter = 0; field in DiffUtilTest.Item
DSortedListTest.java723 static int idCounter = 0; field in SortedListTest.Item
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java97 TextElementCounter idCounter = new TextElementCounter(); in testListener() local
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DOpReorderTest.java626 static int idCounter = 0; field in OpReorderTest.Item
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentWithAspectRatioTest.java130 private static final AtomicLong idCounter = new AtomicLong(0); field in BaseWrapContentWithAspectRatioTest.MeasureBehavior
DBaseRecyclerViewInstrumentationTest.java764 final static AtomicInteger idCounter = new AtomicInteger(0); field in BaseRecyclerViewInstrumentationTest.Item