Searched refs:expandedPaths (Results 1 – 1 of 1) sorted by relevance
321 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computePanoramaSharingIntent() local322 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() local352 if (expandedPaths == null || expandedPaths.size() == 0) { in computeSharingIntent()360 for (Path path : expandedPaths) { in computeSharingIntent()