Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java108 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
239 if (holder.bitmapRef != null) { in inflateBitmap()
240 holder.bitmap = holder.bitmapRef.get(); in inflateBitmap()
282 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in inflateBitmap()
315 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null; in dumpStats()
536 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto()
765 && (holder.bitmapRef == null || holder.bitmapRef.get() == null)) { in obtainPhotoIdsAndUrisToLoad()
794 Reference<Bitmap> bitmapRef; field in ContactPhotoManagerImpl.BitmapHolder
/packages/apps/Contacts/src/com/android/contacts/
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()
1228 holder.bitmapRef = new SoftReference<Bitmap>(bitmap); in cacheBitmap()
1262 (holder.bitmapRef == null || holder.bitmapRef.get() == null)) { in obtainPhotoIdsAndUrisToLoad()