Searched refs:screens (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/
H A Dprint_db.py185 screens = [] variable
193 screens.append(screen)
196 screen = screens[row["screen"]]
209 for screen in screens:
/packages/apps/Launcher3/
H A Dprint_db.py159 # Calculate the proper number of screens, columns, and rows in this db
246 screens = [] variable
254 screens.append(screen)
260 screen = screens[screensIdMap.index(row["screen"])]
270 for screen in screens:
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java165 // 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) { argument
1137 final ArrayList<Long> screensCopy = new ArrayList<Long>(screens);
1418 // Get screens ordered by rank.
1429 + " - invalid screens: " + e, true);
1700 final ItemInfo[][] screens
[all...]

Completed in 67 milliseconds