Searched refs:newRow (Results 1 – 12 of 12) sorted by relevance
42 final TableRow newRow = new TableRow(AddColumn.this); in onCreate()47 newRow.addView(view, new TableRow.LayoutParams()); in onCreate()49 table.addView(newRow, new TableLayout.LayoutParams()); in onCreate()50 newRow.requestLayout(); in onCreate()
34 cursor.newRow().add(null); in testNullValue()49 cursor.newRow() in testMatrixCursor()62 cursor.newRow() in testMatrixCursor()134 cursor.newRow() in testRowBuilderOffer()140 cursor.newRow(); in testRowBuilderOffer()142 cursor.newRow() in testRowBuilderOffer()
107 matrix.newRow() in addRow()115 matrix.newRow() in addRow()123 matrix.newRow() in addRow()131 matrix.newRow() in addRow()
57 final RowBuilder row = result.newRow(); in queryRoots()71 final RowBuilder row = result.newRow(); in queryDocument()156 final RowBuilder row = result.newRow(); in addFileRow()
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
133 final RowBuilder row = result.newRow(); in queryRoots()394 final RowBuilder row = result.newRow(); in includeFile()
288 final RowBuilder row = result.newRow(); in includeFile()307 final RowBuilder row = result.newRow(); in queryRoots()
85 public RowBuilder newRow() { in newRow() method in MatrixCursor
126 final RowBuilder row = result.newRow(); in queryRoots()363 final RowBuilder row = result.newRow(); in includeDocument()
751 final MatrixCursor.RowBuilder row = result.newRow();
10237 method public android.database.MatrixCursor.RowBuilder newRow();
10574 method public android.database.MatrixCursor.RowBuilder newRow();