Searched refs:itemsIdMap (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherModel.java | 1621 HashMap<Long, ItemInfo> itemsIdMap, in filterCurrentFolders() argument 1632 ItemInfo info = itemsIdMap.get(id); in filterCurrentFolders() 1757 HashMap<Long, ItemInfo> itemsIdMap = new HashMap<Long, ItemInfo>(); in bindWorkspace() local 1762 itemsIdMap.putAll(sBgItemsIdMap); in bindWorkspace() 1779 filterCurrentFolders(currentScreen, itemsIdMap, folders, currentFolders, in bindWorkspace()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherModel.java | 2444 LongArrayMap<ItemInfo> itemsIdMap, in filterCurrentFolders() argument 2454 ItemInfo info = itemsIdMap.get(id); in filterCurrentFolders() 2595 final LongArrayMap<ItemInfo> itemsIdMap; in bindWorkspace() local 2603 itemsIdMap = sBgItemsIdMap.clone(); in bindWorkspace() 2636 filterCurrentFolders(currentScreenId, itemsIdMap, folders, currentFolders, in bindWorkspace()
|