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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 129 // sBgWorkspaceItems is passed to bindItems, which expects a list of all folders and shortcuts
132 static final ArrayList<ItemInfo> sBgWorkspaceItems = new ArrayList<ItemInfo>();
241 /** Unbinds all the sBgWorkspaceItems and sBgAppWidgets on the main thread */
248 tmpWorkspaceItems.addAll(sBgWorkspaceItems);
374 if (!sBgWorkspaceItems.contains(modelItem)) {
375 sBgWorkspaceItems.add(modelItem);
382 sBgWorkspaceItems.remove(modelItem);
656 sBgWorkspaceItems.add(item);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 153 // sBgWorkspaceItems is passed to bindItems, which expects a list of all folders and shortcuts
156 static final ArrayList<ItemInfo> sBgWorkspaceItems = new ArrayList<ItemInfo>();
611 /** Unbinds all the sBgWorkspaceItems and sBgAppWidgets on the main thread */
617 tmpItems.addAll(sBgWorkspaceItems);
    [all...]

Completed in 166 milliseconds