Searched refs:newRow (Results 1 – 15 of 15) 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()
62 final RowBuilder row = result.newRow(); in queryRoots()153 final RowBuilder row = result.newRow(); in includeDefaultDocument()
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()
442 final RowBuilder row = result.newRow(); in queryRoots()
105 cursor.newRow() in query()
91 public RowBuilder newRow() { in newRow() method in MatrixCursor
177 MatrixCursor.RowBuilder builder = cursor.newRow(); in buildCursor()
535 final RowBuilder row = result.newRow(); in includeFile()
904 final RowBuilder row = cursor.newRow(); in putValuesToCursor()
5190 HSPLandroid/database/MatrixCursor;->newRow()Landroid/database/MatrixCursor$RowBuilder;
9691 method public android.database.MatrixCursor.RowBuilder newRow();
12805 method public android.database.MatrixCursor.RowBuilder newRow();