Lines Matching refs:containerIndex
338 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
352 item.container = c.getInt(containerIndex);
381 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
395 folderInfo.container = c.getInt(containerIndex);
920 int containerIndex = item.screen;
946 if (occupied[containerIndex][x][y] != null) {
948 + " into cell (" + containerIndex + "-" + item.screen + ":"
951 + occupied[containerIndex][x][y]);
958 occupied[containerIndex][x][y] = item;
1004 final int containerIndex = c.getColumnIndexOrThrow(
1057 container = c.getInt(containerIndex);
1103 container = c.getInt(containerIndex);
1148 container = c.getInt(containerIndex);
1155 appWidgetInfo.container = c.getInt(containerIndex);