Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java64 private boolean mDisplayPhotos; field in ContactEntryListAdapter
315 return mDisplayPhotos; in getDisplayPhotos()
319 mDisplayPhotos = displayPhotos; in setDisplayPhotos()
470 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()