Searched defs:mSparseArray (Results 1 – 3 of 3) sorted by relevance
29 private final SparseArray<WeakReferenceWithId<E>> mSparseArray = new SparseArray<>(); field in WeakSparseArray
36 private final SparseArray<T> mSparseArray = new SparseArray<>(); field in DisplayIdIndexSupplier
48 @NonNull SparseArray<SampleWithCustomBuilder> mSparseArray = null; field in ParcelAllTheThingsDataClass259 private @NonNull SparseArray<SampleWithCustomBuilder> mSparseArray; field in ParcelAllTheThingsDataClass.Builder