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.java310 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computePanoramaSharingIntent() local
311 if (expandedPaths == null || expandedPaths.size() == 0) { in computePanoramaSharingIntent()
317 for (Path path : expandedPaths) { in computePanoramaSharingIntent()
340 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computeSharingIntent() local
341 if (expandedPaths == null || expandedPaths.size() == 0) { in computeSharingIntent()
348 for (Path path : expandedPaths) { in computeSharingIntent()