Searched defs:mPhotoLoader (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java81 private ContactPhotoManager mPhotoLoader; field in class:ContactEntryListAdapter
306 mPhotoLoader = photoLoader;
310 return mPhotoLoader;
459 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
460 mPhotoLoader.refreshCache();
470 mPhotoLoader.cancelPendingRequests(mFragmentRootView);

Completed in 11 milliseconds