Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1310 private final List<Long> mPreloadPhotoIds = Lists.newArrayList(); field in ContactPhotoManagerImpl.LoaderThread
1394 if (mPreloadPhotoIds.isEmpty()) { in preloadPhotosInBackground()
1412 int preloadSize = mPreloadPhotoIds.size(); in preloadPhotosInBackground()
1416 Long photoId = mPreloadPhotoIds.get(preloadSize); in preloadPhotosInBackground()
1419 mPreloadPhotoIds.remove(preloadSize); in preloadPhotosInBackground()
1453 mPreloadPhotoIds.add(0, cursor.getLong(0)); in queryPhotosForPreload()
1484 mPreloadPhotoIds.remove(id); in loadThumbnails()
1486 if (mPreloadPhotoIds.isEmpty()) { in loadThumbnails()