Lines Matching refs:row
42 private Map<Integer, Row> mRows = new HashMap<Integer, Row>();44 private static class Row {102 * Add a row from the gfxinfo output to the {@link GfxInfoItem}.110 Row row = new Row();111 row.name = name;112 row.totalFrames = totalFrames;113 row.jankyFrames = jankyFrames;114 mRows.put(pid, row);