Searched refs:sBgItemsIdMap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java125 // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
127 static final HashMap<Long, ItemInfo> sBgItemsIdMap = new HashMap<Long, ItemInfo>(); field in class:LauncherModel
282 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
367 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
647 sBgItemsIdMap.put(item.id, item);
727 for (ItemInfo info: sBgItemsIdMap.values()) {
747 sBgItemsIdMap.remove(item.id);
766 sBgItemsIdMap.remove(info.id);
777 sBgItemsIdMap.remove(childInfo.id);
1282 sBgItemsIdMap
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java149 // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
151 static final HashMap<Long, ItemInfo> sBgItemsIdMap = new HashMap<Long, ItemInfo>(); field in class:LauncherModel
596 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
716 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
1041 sBgItemsIdMap.put(item.id, item);
1087 return filterItemInfos(sBgItemsIdMap.values(), filter);
1128 for (ItemInfo info: sBgItemsIdMap.values()) {
1147 sBgItemsIdMap.remove(item.id);
1219 sBgItemsIdMap.remove(info.id);
1230 sBgItemsIdMap
[all...]

Completed in 42 milliseconds