Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java81 private ContactPhotoManager mPhotoLoader; field in ContactEntryListAdapter
307 mPhotoLoader = photoLoader; in setPhotoLoader()
311 return mPhotoLoader; in getPhotoLoader()
470 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
471 mPhotoLoader.refreshCache(); in changeCursor()
481 mPhotoLoader.cancelPendingRequests(mFragmentRootView); in changeCursor()