Lines Matching refs:row
94 ArrayList<Row> mRows = new ArrayList<Row>();
116 private class Row {
120 public Row(int row, String snippet) {
122 mRowNumber = row;
144 mRows.add(new Row(i, snippet));
211 * a "word" by taking the substring of the full row text in the words table
299 Row row = mRows.get(mCurrentRow);
303 b = b.appendQueryParameter("pattern", row.getSnippet());
309 return row.getSnippet();
311 return row.getSnippet();