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

  /external/autotest/frontend/client/src/autotest/common/table/
FragmentedTable.java 17 * handling, getRowCount(), getCellCount(), and getCellFormatter().getElement(). getElement()
121 public int getCellCount(int row) {
123 return getCellCount(bodyElem, getRowWithinFragment(row));
135 private native int getCellCount(Element tbody, int row) /*-{
DataTable.java 101 table.getColumnFormatter().setWidth(table.getCellCount(0) - 1, "100%");
  /frameworks/rs/
rsType.h 66 size_t getCellCount() const {return mCellCount;}
rsAllocation.cpp 366 uint32_t numItems = mHal.state.type->getCellCount();
430 uint32_t numItems = mHal.state.type->getCellCount();
543 decRefs(ptr, mHal.state.type->getCellCount(), 0);
689 return (type0->getCellCount() == type1->getCellCount()) &&
    [all...]
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) {
485 int numCols = table.getCellCount(row);

Completed in 352 milliseconds