Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java553 layers[1] = getDrawableForBitmap(context.getResources(), cachedBitmap, request); in loadCachedPhoto()
558 view.setImageDrawable(getDrawableForBitmap(context.getResources(), cachedBitmap, request)); in loadCachedPhoto()
577 private Drawable getDrawableForBitmap(Resources resources, Bitmap bitmap, Request request) { in getDrawableForBitmap() method in ContactPhotoManagerImpl
/packages/apps/Contacts/src/com/android/contacts/
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