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

  /external/autotest/frontend/client/src/autotest/common/ui/
RightClickTable.java 17 protected static class RowColumn {
21 public RowColumn(int row, int column) {
50 RowColumn position = getCellPosition(td);
60 protected RowColumn getCellPosition(Element td) {
65 return new RowColumn(row, column);
  /external/autotest/frontend/client/src/autotest/common/table/
FragmentedTable.java 84 protected RowColumn getCellPosition(Element td) {
91 return new RowColumn(row, column);

Completed in 3178 milliseconds