Searched refs:bitmapRef (Results 1 – 1 of 1) sorted by relevance
612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);624 Reference<Bitmap> bitmapRef; field in ContactPhotoManagerImpl.BitmapHolder779 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null; in dumpStats()945 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto()1025 if (holder.bitmapRef != null) { in inflateBitmap()1026 holder.bitmap = holder.bitmapRef.get(); in inflateBitmap()1068 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in inflateBitmap()1226 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in cacheBitmap()1260 (holder.bitmapRef == null || holder.bitmapRef.get() == null)) { in obtainPhotoIdsAndUrisToLoad()