Searched defs:sublist (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java42 // "a number" and "an index of sublist".
44 // belong to a given sublist.
46 // * The higher 32bit component indicates which sublist we're referring
53 public ImageListUber(IImageList [] sublist, int sort) { argument
54 mSubList = sublist.clone();
162 for (IImageList sublist : mSubList) {
163 IImage image = sublist.getImageForUri(uri);
262 * A merging slot is used to trace the current position of a sublist. For

Completed in 176 milliseconds