Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java61 private boolean mDisplayPhotos; field in ContactEntryListAdapter
314 return mDisplayPhotos; in getDisplayPhotos()
318 mDisplayPhotos = displayPhotos; in setDisplayPhotos()
459 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()