Home
last modified time | relevance | path

Searched refs:itemsIdMap (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java1621 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/
DLauncherModel.java2499 HashMap<Long, ItemInfo> itemsIdMap, in filterCurrentFolders() argument
2505 ItemInfo info = itemsIdMap.get(id); in filterCurrentFolders()
2645 HashMap<Long, ItemInfo> itemsIdMap = new HashMap<Long, ItemInfo>(); in bindWorkspace() local
2651 itemsIdMap.putAll(sBgItemsIdMap); in bindWorkspace()
2685 filterCurrentFolders(currentScreenId, itemsIdMap, folders, currentFolders, in bindWorkspace()