Searched refs:cachedBitmap (Results 1 – 1 of 1) sorted by relevance
945 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto() local946 if (cachedBitmap == null) { in loadCachedPhoto()950 cachedBitmap = holder.bitmap; in loadCachedPhoto()951 if (cachedBitmap == null) return false; in loadCachedPhoto()972 layers[1] = getDrawableForBitmap(mContext.getResources(), cachedBitmap, request); in loadCachedPhoto()978 getDrawableForBitmap(mContext.getResources(), cachedBitmap, request)); in loadCachedPhoto() local983 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) { in loadCachedPhoto()984 mBitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto() local