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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderSelectorAdapter.java201 * Finally we do a depth-first traversal of the constructed tree to re-fill the folderList in
203 * @param folderList List of {@link Folder} objects to sort
205 private void folderSort(final List<FolderRow> folderList) { argument
210 final Map<Uri, TreeNode> nodeMap = new HashMap<Uri, TreeNode>(folderList.size());
213 for (final FolderRow folderRow : folderList) {
237 folderList.clear();
240 // folderList list and sets mPathName in the FolderRow objects
264 folderList.add(currentNode.mWrappedObject);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java546 * Find a folder in the db, creating the FolderInfo if necessary, and adding it to folderList.
548 FolderInfo getFolderById(Context context, HashMap<Long,FolderInfo> folderList, long id) { argument
567 folderInfo = findOrMakeFolder(folderList, id);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java795 * Find a folder in the db, creating the FolderInfo if necessary, and adding it to folderList.
797 FolderInfo getFolderById(Context context, HashMap<Long,FolderInfo> folderList, long id) { argument
816 folderInfo = findOrMakeFolder(folderList, id);

Completed in 142 milliseconds