Lines Matching refs:items
175 // Ensure that we don't use the same workspace items data structure on the main thread
176 // by making a copy of workspace items first.
225 // Items are added/removed from the corresponding FolderInfo elsewhere, such
226 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
254 // We store hotseat items in canonical form which is this orientation invariant position
321 * Returns an ItemInfo array containing all the items in the LauncherModel.
325 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>();
351 items.add(item);
354 items.clear();
359 return items;
413 // We store hotseat items in canonical form which is this orientation invariant position
437 // we should not be adding new items in the db with the same id
850 // Restore the default thread priority after we are done loading items
913 // check & update map of what's occupied; used to discard overlapping/invalid items
981 // Load workspace in reverse order to ensure that latest items are loaded first (and
1162 Log.w(TAG, "Desktop items loading interrupted:", e);
1172 // Remove dead items
1221 // Tell the workspace that we're about to start firing items at it
1231 // Unbind previously bound workspace items to prevent a leak of AppWidgetHostViews.
1234 // Add the items to the workspace.