Searched refs:distinctScreens (Results 1 – 1 of 1) sorted by relevance
330 IntArray distinctScreens = LauncherDbUtils.queryIntArray(true, db, Favorites.TABLE_NAME, in removeScreenIdGaps() local333 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()