Searched defs:cachedBitmap (Results 1 – 2 of 2) sorted by relevance
535 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto() local558 view.setImageDrawable(getDrawableForBitmap(context.getResources(), cachedBitmap, request)); in loadCachedPhoto() local564 bitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto() local
945 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto() local978 getDrawableForBitmap(mContext.getResources(), cachedBitmap, request)); in loadCachedPhoto() local984 mBitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto() local