Searched refs:expandMediaSet (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java150 private static boolean expandMediaSet(ArrayList<Path> items, MediaSet set, int maxSelection) { method in class:SelectionManager
153 if (!expandMediaSet(items, set.getSubMediaSet(i), maxSelection)) {
192 if (!expandMediaSet(selected, set, maxSelection)) {
206 if (!expandMediaSet(selected, mDataManager.getMediaSet(id),

Completed in 34 milliseconds