Home | History | Annotate | Download | only in launcher3

Lines Matching full:getint

869                 item.cellX = c.getInt(cellXIndex);
870 item.cellY = c.getInt(cellYIndex);
871 item.spanX = Math.max(1, c.getInt(spanXIndex));
872 item.spanY = Math.max(1, c.getInt(spanYIndex));
873 item.container = c.getInt(containerIndex);
874 item.itemType = c.getInt(itemTypeIndex);
875 item.screenId = c.getInt(screenIndex);
908 switch (c.getInt(itemTypeIndex)) {
916 folderInfo.container = c.getInt(containerIndex);
917 folderInfo.screenId = c.getInt(screenIndex);
918 folderInfo.cellX = c.getInt(cellXIndex);
919 folderInfo.cellY = c.getInt(cellYIndex);
1351 int rank = sc.getInt(rankIndex);
1852 int itemType = c.getInt(itemTypeIndex);
1853 boolean restored = 0 != c.getInt(restoredIndex);
1925 container = c.getInt(containerIndex);
1927 info.screenId = c.getInt(screenIndex);
1928 info.cellX = c.getInt(cellXIndex);
1929 info.cellY = c.getInt(cellYIndex);
1970 container = c.getInt(containerIndex);
1972 folderInfo.screenId = c.getInt(screenIndex);
1973 folderInfo.cellX = c.getInt(cellXIndex);
1974 folderInfo.cellY = c.getInt(cellYIndex);
2006 int appWidgetId = c.getInt(appWidgetIdIndex);
2025 appWidgetInfo.screenId = c.getInt(screenIndex);
2026 appWidgetInfo.cellX = c.getInt(cellXIndex);
2027 appWidgetInfo.cellY = c.getInt(cellYIndex);
2028 appWidgetInfo.spanX = c.getInt(spanXIndex);
2029 appWidgetInfo.spanY = c.getInt(spanYIndex);
2034 container = c.getInt(containerIndex);
2042 appWidgetInfo.container = c.getInt(containerIndex);
2058 String[] args = {Integer.toString(c.getInt(idIndex))};
3085 int iconType = c.getInt(iconTypeIndex);