Home | History | Annotate | Download | only in model

Lines Matching defs:folders

62      * Map of all the ItemInfos (shortcuts, folders, and widgets) created by
68 * List of all the folders and shortcuts directly on the home screen (no widgets
69 * or shortcuts within folders).
79 * Map of id to FolderInfos of all the folders created by LauncherModel
81 public final LongArrayMap<FolderInfo> folders = new LongArrayMap<>();
114 folders.clear();
142 for (int i = 0; i< folders.size(); i++) {
143 writer.println(prefix + '\t' + folders.valueAt(i).toString());
174 for (int i = 0; i < folders.size(); i++) {
175 FolderInfo fInfo = folders.valueAt(i);
176 dtw = new DumpTargetWrapper(ContainerType.FOLDER, folders.size());
252 folders.remove(item.id);
294 folders.put(item.id, (FolderInfo) item);
321 if (!folders.containsKey(item.container)) {
346 FolderInfo folderInfo = folders.get(id);
350 folders.put(id, folderInfo);