Searched defs:folderList (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderSelectorAdapter.java196 * Finally we do a depth-first traversal of the constructed tree to re-fill the folderList in
198 * @param folderList List of {@link Folder} objects to sort
200 private void folderSort(final List<FolderRow> folderList) { argument
205 final Map<Uri, TreeNode> nodeMap = new HashMap<Uri, TreeNode>(folderList.size());
208 for (final FolderRow folderRow : folderList) {
232 folderList.clear();
235 // folderList list and sets mPathName in the FolderRow objects
259 folderList.add(currentNode.mWrappedObject);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java564 * Find a folder in the db, creating the FolderInfo if necessary, and adding it to folderList.
566 FolderInfo getFolderById(Context context, HashMap<Long,FolderInfo> folderList, long id) { argument
585 folderInfo = findOrMakeFolder(folderList, id);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java965 * Find a folder in the db, creating the FolderInfo if necessary, and adding it to folderList.
967 FolderInfo getFolderById(Context context, HashMap<Long,FolderInfo> folderList, long id) { argument
986 folderInfo = findOrMakeFolder(folderList, id);

Completed in 317 milliseconds