Home
last modified time | relevance | path

Searched refs:getCircularPhotos (Results 1 – 6 of 6) 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