Home | History | Annotate | Download | only in common

Lines Matching refs:cachedBitmap

906         Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get();
907 if (cachedBitmap == null) {
911 cachedBitmap = holder.bitmap;
912 if (cachedBitmap == null) return false;
933 layers[1] = getDrawableForBitmap(mContext.getResources(), cachedBitmap, request);
939 getDrawableForBitmap(mContext.getResources(), cachedBitmap, request));
944 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) {
945 mBitmapCache.put(request.getKey(), cachedBitmap);