Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java321 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computePanoramaSharingIntent() local
322 if (expandedPaths == null || expandedPaths.size() == 0) { in computePanoramaSharingIntent()
328 for (Path path : expandedPaths) { in computePanoramaSharingIntent()
351 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computeSharingIntent() local
352 if (expandedPaths == null || expandedPaths.size() == 0) { in computeSharingIntent()
360 for (Path path : expandedPaths) { in computeSharingIntent()