Searched refs:curX (Results 1 – 1 of 1) sorted by relevance
1394 int curX = 0; in migrateLauncher2Shortcuts() local1576 values.put(LauncherSettings.Favorites.CELLX, curX); in migrateLauncher2Shortcuts()1578 curX = (curX + 1) % width; in migrateLauncher2Shortcuts()1579 if (curX == 0) { in migrateLauncher2Shortcuts()