Home
last modified time | relevance | path

Searched defs:cachedBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java945 Bitmap cachedBitmap = holder.bitmapRef == null ? null : holder.bitmapRef.get(); in loadCachedPhoto() local
978 getDrawableForBitmap(mContext.getResources(), cachedBitmap, request)); in loadCachedPhoto() local
984 mBitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto() local