Home
last modified time | relevance | path

Searched refs:bitmapRef (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
624 Reference<Bitmap> bitmapRef; field in ContactPhotoManagerImpl.BitmapHolder
779 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()