Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java60 private ArrayList<Long> mPhotos = new ArrayList<Long>(); field in LocalPhotoSource
88 if (index < mPhotos.size()) { in getContentUri()
90 .appendPath(String.valueOf(mPhotos.get(index))) in getContentUri()
98 if (index >= mPhotos.size()) return null; in getImage()
99 long id = mPhotos.get(index); in getImage()
136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false; in isContentSound()
137 if (mPhotos.size() == 0) return true; // totalCount is also 0 in isContentSound()
140 for (Long imageId : mPhotos) { in isContentSound()
151 return cursor.getInt(0) == mPhotos.size(); in isContentSound()
169 mPhotos.clear(); in reload()
[all …]