Searched refs:curX (Results 1 – 1 of 1) sorted by relevance
1168 int curX = 0; in migrateLauncher2Shortcuts() local1350 values.put(LauncherSettings.Favorites.CELLX, curX); in migrateLauncher2Shortcuts()1352 curX = (curX + 1) % width; in migrateLauncher2Shortcuts()1353 if (curX == 0) { in migrateLauncher2Shortcuts()