HomeSort by relevance Sort by last modified time
    Searched refs:photoCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 163 int photoCount = getPhotoCount(resolver);
164 if (isContentSound(photoCount)) return;
166 int choosedIds[] = getExponentialIndice(photoCount, MAX_PHOTO_COUNT);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 267 final int photoCount = photos.size();
275 if (photoCount == 0) {
282 // Number of image rows needed, which is cailing(photoCount / 2)
283 final int numImageRows = (photoCount + 1) / 2;
306 for (int i = 0; i < photoCount; i += 2) {
315 if (i + 1 < photoCount) {

Completed in 39 milliseconds