Searched refs:bitmapRef (Results 1 – 2 of 2) sorted by relevance
107 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);238 if (holder.bitmapRef != null) { in inflateBitmap()239 holder.bitmap = holder.bitmapRef.get(); in inflateBitmap()281 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in inflateBitmap()314 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null; in dumpStats()535 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto()764 && (holder.bitmapRef == null || holder.bitmapRef.get() == null)) { in obtainPhotoIdsAndUrisToLoad()793 Reference<Bitmap> bitmapRef; field in ContactPhotoManagerImpl.BitmapHolder
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()1228 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in cacheBitmap()1262 (holder.bitmapRef == null || holder.bitmapRef.get() == null)) { in obtainPhotoIdsAndUrisToLoad()