Home
last modified time | relevance | path

Searched refs:lastCellInfo (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java30 private CellInfo lastCellInfo; field in SpreadsheetDataProcessor
146 lastCellInfo = cellInfo; in processRow()
189 return lastCellInfo; in getLastCellInfo()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java312 CellInfo[] lastCellInfo = new CellInfo[headerSize]; in fillHeaderCells() local
334 lastCellInfo[fieldIndex] = cellInfo; in fillHeaderCells()
336 incrementSpan(lastCellInfo[fieldIndex], isRows); in fillHeaderCells()