Searched refs:mReusableBitmaps (Results 1 – 2 of 2) sorted by relevance
83 private Set<SoftReference<Bitmap>> mReusableBitmaps; field in ImageCache148 mReusableBitmaps = in init()170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap())); in init()366 if (mReusableBitmaps != null && !mReusableBitmaps.isEmpty()) { in getBitmapFromReusableSet()367 synchronized (mReusableBitmaps) { in getBitmapFromReusableSet()368 final Iterator<SoftReference<Bitmap>> iterator = mReusableBitmaps.iterator(); in getBitmapFromReusableSet()