Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java160 int photoCount = getPhotoCount(resolver); in reload() local
161 if (isContentSound(photoCount)) return; in reload()
163 int choosedIds[] = getExponentialIndice(photoCount, MAX_PHOTO_COUNT); in reload()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailDisplayUtils.java272 final int photoCount = photos.size(); in createStreamItemView() local
280 if (photoCount == 0) { in createStreamItemView()
288 final int numImageRows = (photoCount + 1) / 2; in createStreamItemView()
311 for (int i = 0; i < photoCount; i += 2) { in createStreamItemView()
320 if (i + 1 < photoCount) { in createStreamItemView()