Lines Matching defs:items
106 // When we are loading pages synchronously, we can't just post the binding of items on the side
227 // Unbind all the workspace items
233 // Ensure that we don't use the same workspace items data structure on the main thread
234 // by making a copy of workspace items first.
345 // An items container is being set to a that of an item which is not in
354 // Items are added/removed from the corresponding FolderInfo elsewhere, such
355 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
423 // We store hotseat items in canonical form which is this orientation invariant position
456 // We store hotseat items in canonical form which is this orientation invariant position
505 * Returns an ItemInfo array containing all the items in the LauncherModel.
509 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>();
535 items.add(item);
538 items.clear();
543 return items;
597 // We store hotseat items in canonical form which is this orientation invariant position
711 // We are deleting a folder which still contains items that
714 "contains items (" + info + ")";
1097 // Divide the set of loaded items into those that we are binding synchronously, and
1155 // Restore the default thread priority after we are done loading items
1221 // check & update map of what's occupied; used to discard overlapping/invalid items
1293 // Load workspace in reverse order to ensure that latest items are loaded first (and
1490 Log.w(TAG, "Desktop items loading interrupted:", e);
1500 // Remove dead items
1534 /** Filters the set of items who are directly or indirectly (via another container) on the
1549 // If we aren't filtering on a screen, then the set of items to load is the full set of
1550 // items given.
1555 // Order the set of items by their containers first, this allows use to walk through the
1557 // as well as all items in those containers.
1592 // If we aren't filtering on a screen, then the set of items to load is the full set of
1615 // If we aren't filtering on a screen, then the set of items to load is the full set of
1634 /** Sorts the set of items by hotseat, workspace (spatially from top to bottom, left to
1662 // Bind the workspace items
1740 // Load all the items that are on the current page first (and in the process, unbind
1741 // all the existing workspace items before we call startBinding() below.
1764 // Separate the items that are on the current screen, and all the other remaining items
1774 // Tell the workspace that we're about to start binding items
1785 // Load items on the current page
1806 // Tell the workspace that we're done binding items
2256 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>();
2262 items.add(shortcut);
2267 return items;