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

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 97 private static final BitmapHolder BITMAP_UNAVAILABLE;
106 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
107 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
498 if (holder != BITMAP_UNAVAILABLE) {
712 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE);
715 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE);
745 if (holder == BITMAP_UNAVAILABLE) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 608 private static final BitmapHolder BITMAP_UNAVAILABLE;
611 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
    [all...]

Completed in 118 milliseconds