Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java832 loadPhotoByIdOrUri(view, Request.createFromThumbnailId(photoId, darkTheme, isCircular, in loadThumbnail()
852 loadPhotoByIdOrUri(view, Request.createFromUri(photoUri, requestedExtent, in loadPhoto()
865 private void loadPhotoByIdOrUri(ImageView view, Request request) { in loadPhotoByIdOrUri() method in ContactPhotoManagerImpl