Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java546 getCircularPhotos(), null); in bindPhoto()
555 request = new DefaultImageRequest(displayName, lookupKey, getCircularPhotos()); in bindPhoto()
558 getCircularPhotos(), request); in bindPhoto()
DContactListAdapter.java258 getCircularPhotos(), null); in bindPhoto()
269 getCircularPhotos(), request); in bindPhoto()
DMultiSelectEntryContactListAdapter.java175 getPhotoLoader().loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), in bindPhoto()
DPostalAddressListAdapter.java172 getPhotoLoader().loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), in bindPhoto()
DEmailAddressListAdapter.java179 getPhotoLoader().loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), in bindPhoto()
DContactEntryListAdapter.java322 public boolean getCircularPhotos() { in getCircularPhotos() method in ContactEntryListAdapter
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java99 .loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), null); in bindPhoto()
110 .loadDirectoryPhoto(view.getPhotoView(), photoUri, false, getCircularPhotos(), request); in bindPhoto()
DPhoneNumberListAdapter.java465 .loadThumbnail(view.getPhotoView(), photoId, false, getCircularPhotos(), null); in bindPhoto()
474 request = new DefaultImageRequest(displayName, lookupKey, getCircularPhotos()); in bindPhoto()
477 .loadDirectoryPhoto(view.getPhotoView(), photoUri, false, getCircularPhotos(), request); in bindPhoto()
DContactEntryListAdapter.java327 public boolean getCircularPhotos() { in getCircularPhotos() method in ContactEntryListAdapter