Lines Matching refs:items
97 // When we are loading pages synchronously, we can't just post the binding of items on the side
215 // Ensure that we don't use the same workspace items data structure on the main thread
216 // by making a copy of workspace items first.
275 // Items are added/removed from the corresponding FolderInfo elsewhere, such
276 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
302 // We store hotseat items in canonical form which is this orientation invariant position
331 // We store hotseat items in canonical form which is this orientation invariant position
380 * Returns an ItemInfo array containing all the items in the LauncherModel.
384 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>();
410 items.add(item);
413 items.clear();
418 return items;
472 // We store hotseat items in canonical form which is this orientation invariant position
497 // we should not be adding new items in the db with the same id
927 // Divide the set of loaded items into those that we are binding synchronously, and
985 // Restore the default thread priority after we are done loading items
1051 // check & update map of what's occupied; used to discard overlapping/invalid items
1123 // Load workspace in reverse order to ensure that latest items are loaded first (and
1320 Log.w(TAG, "Desktop items loading interrupted:", e);
1330 // Remove dead items
1364 /** Filters the set of items who are directly or indirectly (via another container) on the
1379 // If we aren't filtering on a screen, then the set of items to load is the full set of
1380 // items given.
1385 // Order the set of items by their containers first, this allows use to walk through the
1387 // as well as all items in those containers.
1422 // If we aren't filtering on a screen, then the set of items to load is the full set of
1445 // If we aren't filtering on a screen, then the set of items to load is the full set of
1464 /** Sorts the set of items by hotseat, workspace (spatially from top to bottom, left to
1492 // Bind the workspace items
1570 // Load all the items that are on the current page first (and in the process, unbind
1571 // all the existing workspace items before we call startBinding() below.
1594 // Separate the items that are on the current screen, and all the other remaining items
1604 // Tell the workspace that we're about to start binding items
1615 // Load items on the current page
1636 // Tell the workspace that we're done binding items