Home | History | Annotate | Download | only in launcher3

Lines Matching defs:screens

165     // sBgWorkspaceScreens is the ordered set of workspace screens.
480 // Search on any of the screens starting from the first screen.
524 // Get the list of workspace screens. We need to append to this list and
562 // Update the workspace screens
1133 * Update the order of the workspace screens in the database. The array list contains
1136 void updateWorkspaceScreenOrder(Context context, final ArrayList<Long> screens) {
1137 final ArrayList<Long> screensCopy = new ArrayList<Long>(screens);
1418 // Get screens ordered by rank.
1429 + " - invalid screens: " + e, true);
1700 final ItemInfo[][] screens = occupied.get(item.screenId);
1714 if (screens[x][y] != null) {
1719 + screens[x][y]);
1726 screens[x][y] = item;
2299 // Remove any empty screens
2309 // If there are any empty screens remove them, and update.
2586 // There may be no workspace screens (just hotseat items and an empty page).