Searched defs:sparseArray (Results 1 – 8 of 8) sorted by relevance
46 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(); in testSparseArrayWithDefaultCapacity() local112 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local178 LongSparseArray<Long> sparseArray = new LongSparseArray<>(); in testIterationOrder() local
44 SparseLongArray sparseArray = new SparseLongArray(); in testSparseArrayWithDefaultCapacity() local106 SparseLongArray sparseArray = new SparseLongArray(5); in testSparseArrayWithSpecifiedCapacity() local168 SparseLongArray sparseArray = new SparseLongArray(); in testIterationOrder() local
43 SparseArray<Integer> sparseArray = new SparseArray<>(); in testSparseArrayWithDefaultCapacity() local109 SparseArray<Integer> sparseArray = new SparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local175 SparseArray<Long> sparseArray = new SparseArray<>(); in testIterationOrder() local
155 SparseBooleanArray sparseArray = new SparseBooleanArray(); in testIterationOrder() local
181 SparseIntArray sparseArray = new SparseIntArray(); in testIterationOrder() local
435 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
388 SparseArray<Object> sparseArray = new SparseArray<Object>(); in testReadValue() local