HomeSort by relevance Sort by last modified time
    Searched refs:sBgItemsIdMap (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 122 // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
124 static final HashMap<Long, ItemInfo> sBgItemsIdMap = new HashMap<Long, ItemInfo>();
271 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
356 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
628 sBgItemsIdMap.put(item.id, item);
708 for (ItemInfo info: sBgItemsIdMap.values()) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 121 // sBgItemsIdMap maps *all* the ItemInfos (shortcuts, folders, and widgets) created by
123 static final HashMap<Long, ItemInfo> sBgItemsIdMap = new HashMap<Long, ItemInfo>();
461 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
582 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
    [all...]

Completed in 41 milliseconds