Lines Matching defs:newCursor
280 MatrixCursor newCursor = new MatrixCursor(cursor.getColumnNames());288 newCursor.addRow(data);290 return newCursor;