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

/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManagerImpl.java107 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
238 if (holder.bitmapRef != null) {
239 holder.bitmap = holder.bitmapRef.get();
281 holder.bitmapRef = new SoftReference<Bitmap>(bitmap);
314 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null;
523 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get();
752 && (holder.bitmapRef == null || holder.bitmapRef
781 Reference<Bitmap> bitmapRef; field in class:ContactPhotoManagerImpl.BitmapHolder
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
624 Reference<Bitmap> bitmapRef; field in class:ContactPhotoManagerImpl.BitmapHolder
779 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null;
945 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get();
1025 if (holder.bitmapRef != null) {
1026 holder.bitmap = holder.bitmapRef.get();
1068 holder.bitmapRef = new SoftReference<Bitmap>(bitmap);
1228 holder.bitmapRef
[all...]

Completed in 106 milliseconds