Lines Matching refs:screens
149 // sBgWorkspaceScreens is the ordered set of workspace screens.
279 // Try adding to the workspace screens incrementally, starting at the default or center
356 // Get the list of workspace screens. We need to append to this list and
394 // page is added. Create as many screens as necessary to satisfy
432 // Update the workspace screens
1048 * Update the order of the workspace screens in the database. The array list contains
1051 void updateWorkspaceScreenOrder(Context context, final ArrayList<Long> screens) {
1054 Launcher.addDumpLog(TAG, "11683562 - screens: " + TextUtils.join(", ", screens), true);
1056 final ArrayList<Long> screensCopy = new ArrayList<Long>(screens);
1336 /** Loads the workspace screens db into a map of Rank -> ScreenId */
1354 Launcher.addDumpLog(TAG, "Desktop items loading interrupted - invalid screens: " + e, true);
1367 Launcher.addDumpLog(TAG, "11683562 - screens: " +
1706 final ItemInfo[][] screens = occupied.get(item.screenId);
1720 if (screens[x][y] != null) {
1725 + screens[x][y]);
1732 screens[x][y] = item;
2157 // Remove any empty screens
2167 // If there are any empty screens remove them, and update.
2425 // There may be no workspace screens (just hotseat items and an empty page).