HomeSort by relevance Sort by last modified time
    Searched refs:lastCellInfo (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetDataProcessor.java 30 private CellInfo lastCellInfo;
146 lastCellInfo = cellInfo;
189 return lastCellInfo;
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 312 CellInfo[] lastCellInfo = new CellInfo[headerSize];
334 lastCellInfo[fieldIndex] = cellInfo;
336 incrementSpan(lastCellInfo[fieldIndex], isRows);

Completed in 581 milliseconds