Home
last modified time | relevance | path

Searched refs:getDrawableForBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java972 layers[1] = getDrawableForBitmap(mContext.getResources(), cachedBitmap, request); in loadCachedPhoto()
978 getDrawableForBitmap(mContext.getResources(), cachedBitmap, request)); in loadCachedPhoto()
997 private Drawable getDrawableForBitmap(Resources resources, Bitmap bitmap, Request request) { in getDrawableForBitmap() method in ContactPhotoManagerImpl