Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1308 private final List<Long> mPreloadPhotoIds = Lists.newArrayList(); field in ContactPhotoManagerImpl.LoaderThread
1392 if (mPreloadPhotoIds.isEmpty()) { in preloadPhotosInBackground()
1410 int preloadSize = mPreloadPhotoIds.size(); in preloadPhotosInBackground()
1414 Long photoId = mPreloadPhotoIds.get(preloadSize); in preloadPhotosInBackground()
1417 mPreloadPhotoIds.remove(preloadSize); in preloadPhotosInBackground()
1449 mPreloadPhotoIds.add(0, cursor.getLong(0)); in queryPhotosForPreload()
1480 mPreloadPhotoIds.remove(id); in loadThumbnails()
1482 if (mPreloadPhotoIds.isEmpty()) { in loadThumbnails()