Home
last modified time | relevance | path

Searched refs:distinctScreens (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java330 IntArray distinctScreens = LauncherDbUtils.queryIntArray(true, db, Favorites.TABLE_NAME, in removeScreenIdGaps() local
333 if (distinctScreens.isEmpty()) { in removeScreenIdGaps()
339 int screenId = distinctScreens.contains(0) ? 0 : 1; in removeScreenIdGaps()
340 for (int i = 0; i < distinctScreens.size(); i++) { in removeScreenIdGaps()
342 … .append(distinctScreens.get(i)).append(" THEN ").append(screenId++).append("\n"); in removeScreenIdGaps()