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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java178 public ArrayList<Path> getSelected(boolean expandSet) { argument
179 return getSelected(expandSet, Integer.MAX_VALUE);
182 public ArrayList<Path> getSelected(boolean expandSet, int maxSelection) { argument
191 if (expandSet) {
205 if (expandSet) {

Completed in 60 milliseconds