Home
last modified time | relevance | path

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

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