Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java47 private static final int MAX_PHOTO_COUNT = 128; field in LocalPhotoSource
136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false; in isContentSound()
166 int choosedIds[] = getExponentialIndice(photoCount, MAX_PHOTO_COUNT); in reload()