Searched refs:preloadSize (Results 1 – 1 of 1) sorted by relevance
1410 int preloadSize = mPreloadPhotoIds.size(); in preloadPhotosInBackground() local1411 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()