Searched refs:reloadCount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataAdapter.java219 public int reloadCount; field in class:AlbumDataAdapter.UpdateInfo
242 info.reloadCount = Math.min(MAX_LOAD_COUNT, n - i);
344 if (info.reloadCount > 0) {
345 info.items = mSource.getMediaItem(info.reloadStart, info.reloadCount);

Completed in 62 milliseconds