Searched refs:getDrawableForBitmap (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | ContactPhotoManagerImpl.java | 554 layers[1] = getDrawableForBitmap(context.getResources(), cachedBitmap, request); in loadCachedPhoto() 559 view.setImageDrawable(getDrawableForBitmap(context.getResources(), cachedBitmap, request)); in loadCachedPhoto() 578 private Drawable getDrawableForBitmap(Resources resources, Bitmap bitmap, Request request) { in getDrawableForBitmap() method in ContactPhotoManagerImpl
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactPhotoManager.java | 972 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
|