Searched refs:headerRow (Results 1 – 3 of 3) sorted by relevance
/external/autotest/frontend/client/src/autotest/common/table/ |
D | DataTable.java | 53 protected int headerRow = 0; field in DataTable 120 for(int i = headerRow + 1; i < table.getRowCount(); i++) in setClickable() 280 if (row != headerRow) { in onCellClicked() 281 notifyListenersClicked(row - headerRow - 1, isRightClick); in onCellClicked()
|
D | DynamicTable.java | 308 if (row == headerRow) { in onCellClicked()
|
/external/opencv3/modules/ts/misc/ |
D | table_formatter.py | 256 …headerRow = tblRow(len(columns), {"align": "center", "valign": "top", "bold": True, "header": True… 257 headerRow.cells = columns 258 headerRow.minheight = self.headerHeight 260 self.consolePrintRow2(colrizer, headerRow, columns) 348 …headerRow = tblRow(len(columns), {"align": "center", "valign": "top", "bold": True, "header": True… 349 headerRow.cells = columns 351 header_rows = [headerRow]
|