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