Searched refs:newRow (Results 1 – 21 of 21) 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()
61 final RowBuilder row = result.newRow(); in queryRoots()140 final RowBuilder row = result.newRow(); in includeDefaultDocument()
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string); in addRow()
160 fillRow(c.newRow(), i); in buildPagedResults()208 fillRow(c.newRow(), i); in buildUnpagedResults()
133 final RowBuilder row = result.newRow(); in queryRoots()394 final RowBuilder row = result.newRow(); in includeFile()
438 final RowBuilder row = result.newRow(); in queryRoots()
85 public RowBuilder newRow() { in newRow() method in MatrixCursor
168 MatrixCursor.RowBuilder rowBuilder = cursor.newRow(); in getPreviewChannelCursor()
242 MatrixCursor.RowBuilder builder = cursor.newRow(); in getChannelCursor()
266 MatrixCursor.RowBuilder builder = cursor.newRow(); in getProgramCursor()
357 MatrixCursor.RowBuilder builder = cursor.newRow(); in getProgramCursor()
379 MatrixCursor.RowBuilder builder = cursor.newRow(); in getProgramCursor()
181 MatrixCursor.RowBuilder builder = cursor.newRow(); in buildCursor()
496 final RowBuilder row = result.newRow(); in includeFile()
922 final RowBuilder row = cursor.newRow(); in putValuesToCursor()
9691 method public android.database.MatrixCursor.RowBuilder newRow();
9761 Landroid/database/MatrixCursor;->newRow()Landroid/database/MatrixCursor$RowBuilder;
19532 HSPLandroid/database/MatrixCursor;->newRow()Landroid/database/MatrixCursor$RowBuilder;
12358 method public android.database.MatrixCursor.RowBuilder newRow();