HomeSort by relevance Sort by last modified time
    Searched full:bitmapref (Results 1 - 1 of 1) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 610 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
622 Reference<Bitmap> bitmapRef;
777 Bitmap b = h.bitmapRef != null ? h.bitmapRef.get() : null;
    [all...]

Completed in 488 milliseconds