Lines Matching full:getint
527 item.cellX = c.getInt(cellXIndex);
528 item.cellY = c.getInt(cellYIndex);
529 item.spanX = c.getInt(spanXIndex);
530 item.spanY = c.getInt(spanYIndex);
531 item.container = c.getInt(containerIndex);
532 item.itemType = c.getInt(itemTypeIndex);
533 item.screen = c.getInt(screenIndex);
566 switch (c.getInt(itemTypeIndex)) {
574 folderInfo.container = c.getInt(containerIndex);
575 folderInfo.screen = c.getInt(screenIndex);
576 folderInfo.cellX = c.getInt(cellXIndex);
577 folderInfo.cellY = c.getInt(cellYIndex);
1340 int itemType = c.getInt(itemTypeIndex);
1376 container = c.getInt(containerIndex);
1378 info.screen = c.getInt(screenIndex);
1379 info.cellX = c.getInt(cellXIndex);
1380 info.cellY = c.getInt(cellYIndex);
1422 container = c.getInt(containerIndex);
1424 folderInfo.screen = c.getInt(screenIndex);
1425 folderInfo.cellX = c.getInt(cellXIndex);
1426 folderInfo.cellY = c.getInt(cellYIndex);
1445 int appWidgetId = c.getInt(appWidgetIdIndex);
1462 appWidgetInfo.screen = c.getInt(screenIndex);
1463 appWidgetInfo.cellX = c.getInt(cellXIndex);
1464 appWidgetInfo.cellY = c.getInt(cellYIndex);
1465 appWidgetInfo.spanX = c.getInt(spanXIndex);
1466 appWidgetInfo.spanY = c.getInt(spanYIndex);
1471 container = c.getInt(containerIndex);
1478 appWidgetInfo.container = c.getInt(containerIndex);
2285 int iconType = c.getInt(iconTypeIndex);