HomeSort by relevance Sort by last modified time
    Searched refs:bitmapRef (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 107 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();
751 && (holder.bitmapRef == null || holder.bitmapRef.get() == null))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
624 Reference<Bitmap> bitmapRef;
779 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null;
    [all...]

Completed in 64 milliseconds