Searched defs: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.py161 # Calculate the proper number of screens, columns, and rows in this db
248 screens = [] variable
256 screens.append(screen)
262 screen = screens[screensIdMap.index(row["screen"])]
272 for screen in screens:
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java257 * Update the order of the workspace screens in the database. The array list contains
260 public static void updateWorkspaceScreenOrder(Context context, final ArrayList<Long> screens) { argument
261 final ArrayList<Long> screensCopy = new ArrayList<Long>(screens);
519 // Get screens ordered by rank.

Completed in 206 milliseconds