Home | History | Annotate | Download | only in launcher2

Lines Matching refs:containerIndex

351         final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
365 item.container = c.getInt(containerIndex);
394 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
408 folderInfo.container = c.getInt(containerIndex);
954 int containerIndex = item.screen;
980 if (occupied[containerIndex][x][y] != null) {
982 + " into cell (" + containerIndex + "-" + item.screen + ":"
985 + occupied[containerIndex][x][y]);
992 occupied[containerIndex][x][y] = item;
1041 final int containerIndex = c.getColumnIndexOrThrow(
1105 container = c.getInt(containerIndex);
1151 container = c.getInt(containerIndex);
1200 container = c.getInt(containerIndex);
1207 appWidgetInfo.container = c.getInt(containerIndex);