Searched defs:sparseArray (Results 1 – 8 of 8) sorted by relevance
45 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(); in testSparseArrayWithDefaultCapacity() local111 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local177 LongSparseArray<Long> sparseArray = new LongSparseArray<>(); in testIterationOrder() local
42 SparseArray<Integer> sparseArray = new SparseArray<>(); in testSparseArrayWithDefaultCapacity() local108 SparseArray<Integer> sparseArray = new SparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local174 SparseArray<Long> sparseArray = new SparseArray<>(); in testIterationOrder() local
43 SparseLongArray sparseArray = new SparseLongArray(); in testSparseArrayWithDefaultCapacity() local105 SparseLongArray sparseArray = new SparseLongArray(5); in testSparseArrayWithSpecifiedCapacity() local167 SparseLongArray sparseArray = new SparseLongArray(); in testIterationOrder() local
154 SparseBooleanArray sparseArray = new SparseBooleanArray(); in testIterationOrder() local
180 SparseIntArray sparseArray = new SparseIntArray(); in testIterationOrder() local
437 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testDispatchRestoreInstanceState() local
596 final SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testGetSparseParcelableArray() local743 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testHasFileDescriptorsOnNullValuedCollection() local
374 SparseArray<Object> sparseArray = new SparseArray<Object>(); in testReadValue() local