Home | History | Annotate | Download | only in launcher3

Lines Matching full:getint

607                 final int spanX = cursor.getInt(SPANX_INDEX);
608 final int spanY = cursor.getInt(SPANY_INDEX);
774 favorite.screen = c.getInt(SCREEN_INDEX);
775 favorite.container = c.getInt(CONTAINER_INDEX);
776 favorite.cellX = c.getInt(CELLX_INDEX);
777 favorite.cellY = c.getInt(CELLY_INDEX);
778 favorite.spanX = c.getInt(SPANX_INDEX);
779 favorite.spanY = c.getInt(SPANY_INDEX);
780 favorite.iconType = c.getInt(ICON_TYPE_INDEX);
805 favorite.itemType = c.getInt(ITEM_TYPE_INDEX);
807 favorite.appWidgetId = c.getInt(APPWIDGET_ID_INDEX);
866 screen.rank = c.getInt(SCREEN_RANK_INDEX);