Searched defs:cachedBitmap (Results 1 – 2 of 2) sorted by relevance
523 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto() local546 view.setImageDrawable(getDrawableForBitmap(mContext.getResources(), cachedBitmap, request)); in loadCachedPhoto() local552 mBitmapCache.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