Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java107 private int[] getExponentialIndice(int total, int count) { in getExponentialIndice() method in LocalPhotoSource
166 int choosedIds[] = getExponentialIndice(photoCount, MAX_PHOTO_COUNT); in reload()