Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1410 int preloadSize = mPreloadPhotoIds.size(); in preloadPhotosInBackground() local
1411 while(preloadSize > 0 && mPhotoIds.size() < PRELOAD_BATCH) { in preloadPhotosInBackground()
1412 preloadSize--; in preloadPhotosInBackground()
1414 Long photoId = mPreloadPhotoIds.get(preloadSize); in preloadPhotosInBackground()
1417 mPreloadPhotoIds.remove(preloadSize); in preloadPhotosInBackground()
1422 if (preloadSize == 0) { in preloadPhotosInBackground()