Searched refs:LongSparseArray (Results 1 – 4 of 4) sorted by relevance
37 import android.util.LongSparseArray;87 private static final LongSparseArray<Drawable.ConstantState> sPreloadedDrawables88 = new LongSparseArray<Drawable.ConstantState>();91 private static final LongSparseArray<Drawable.ConstantState> sPreloadedColorDrawables92 = new LongSparseArray<Drawable.ConstantState>();99 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mDrawableCache100 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();103 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mColorDrawableCache104 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();121 private static final LongSparseArray<Object> EMPTY_ARRAY = new LongSparseArray<Object>(0) {[all …]
28 public class LongSparseArray<E> { class35 public LongSparseArray() { in LongSparseArray() method in LongSparseArray44 public LongSparseArray(int initialCapacity) { in LongSparseArray() method in LongSparseArray
39 import android.util.LongSparseArray;244 LongSparseArray<Integer> mCheckedIdStates;818 mCheckedIdStates = new LongSparseArray<Integer>(); in setAdapter()913 final LongSparseArray<Integer> idStates = mCheckedIdStates; in getCheckedItemIds()1093 mCheckedIdStates = new LongSparseArray<Integer>(); in setChoiceMode()1423 LongSparseArray<Integer> checkIdState;1448 checkIdState = new LongSparseArray<Integer>(); in SavedState()1569 final LongSparseArray<Integer> idState = new LongSparseArray<Integer>(); in onSaveInstanceState()
740 android.util.LongSparseArray