Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 21 of 21) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DDynamicGraphingFrontend.java74 table.setWidget(table.getRowCount(), 1, graphButton); in commonInitialization()
75 table.setWidget(table.getRowCount(), 0, plot); in commonInitialization()
76 table.getFlexCellFormatter().setColSpan(table.getRowCount() - 1, 0, 3); in commonInitialization()
78 table.setWidget(table.getRowCount(), 2, embeddingLink); in commonInitialization()
80 table.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in commonInitialization()
DSeriesSelector.java88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP); in Series()
90 seriesTable.setWidget(seriesTable.getRowCount() - 1, 2, deleteLink); in Series()
92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in Series()
94 seriesTable.getRowCount() - 1, 2, HasVerticalAlignment.ALIGN_BOTTOM); in Series()
243 int row = table.getRowCount() - 1; in addSeries()
DParameterizedFieldListDisplay.java63 boolean visible = (fieldTable.getRowCount() > 1); in setFieldTableVisible()
84 int row = fieldTable.getRowCount(); in addFieldWidget()
96 for (int row = 1; row < fieldTable.getRowCount(); row++) { in removeFieldWidget()
DTkoUtils.java84 int row = table.getRowCount(); in addControlRow()
DTestDetailView.java158 int row = table.getRowCount(); in processAttributes()
DExistingGraphsFrontend.java88 table.setWidget(table.getRowCount(), 1, graphButton); in ExistingGraphsFrontend()
/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java120 for(int i = headerRow + 1; i < table.getRowCount(); i++) in setClickable()
128 while (table.getRowCount() > 1) { in clear()
165 int row = table.getRowCount(); in addRowFromData()
216 for(int i = realRow; i < table.getRowCount(); i++) in removeRow()
224 public int getRowCount() { in getRowCount() method in DataTable
225 return table.getRowCount() - 1; in getRowCount()
301 for (int row = 1; row < table.getRowCount(); row++) { in refreshWidgets()
323 for (int row = 1; row < table.getRowCount(); row++) { in addStyleNameByColumnName()
DFragmentedTable.java61 totalRowCount += getRowCount(tbody); in updateBodyElems()
127 public int getRowCount() { in getRowCount() method in FragmentedTable
131 private native int getRowCount(Element tbody) /*-{ in getRowCount() method in FragmentedTable
DSelectionManager.java54 for (int i = 0; i < attachedTable.getRowCount(); i++) { in refreshSelection()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultRowIndicatorColumn.cpp62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustCompleteIndicatorColumnRowNumbers()
82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustCompleteIndicatorColumnRowNumbers()
117 result->SetSize(barcodeMetadata->getRowCount()); in getRowHeights()
138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustIncompleteIndicatorColumnRowNumbers()
158 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustIncompleteIndicatorColumnRowNumbers()
237 if (codewordRowNumber > barcodeMetadata.getRowCount()) { in removeIncorrectCodewords()
DBC_PDF417BarcodeMetadata.h19 int32_t getRowCount();
DBC_PDF417BarcodeMetadata.cpp42 int32_t CBC_BarcodeMetadata::getRowCount() { in getRowCount() function in CBC_BarcodeMetadata
DBC_PDF417DetectionResult.cpp334 return m_barcodeMetadata->getRowCount(); in getBarcodeRowCount()
DBC_PDF417ScanningDecoder.cpp283 leftBarcodeMetadata->getRowCount() != in getBarcodeMetadata()
284 rightBarcodeMetadata->getRowCount()) { in getBarcodeMetadata()
/external/autotest/frontend/client/src/autotest/moblab/
DConfigSettingsView.java138 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel); in loadData()
148 int row = configValueTable.getRowCount(); in loadData()
156 configValueTable.setText(configValueTable.getRowCount(), 0, in loadData()
162 configValueTable.setText(configValueTable.getRowCount(), 0, ""); in loadData()
/external/autotest/frontend/client/src/autotest/afe/
DUserPreferencesView.java143 int row = preferencesTable.getRowCount(); in addOption()
149 int row = preferencesTable.getRowCount(); in addOption()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java372 int rowCount = from.getRowCount(); in matchRowHeights()
381 int lastFromRow = from.getRowCount() - 1; in matchColumnWidths()
478 int numRows = table.getRowCount(); in getColumnWidth()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DEffectPanel.java311 int row = emitterTableModel.getRowCount() - 1; in addEmitter()
373 int newIndex = Math.min(editIndex, emitterTableModel.getRowCount()-2); in deleteEmitter()
DDynamicsInfluencerPanel.java75 for (int i = velocityTableModel.getRowCount() - 1; i >= 0; i--) { in set()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
DEffectPanel.java124 int row = emitterTableModel.getRowCount() - 1; in addEmitter()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java305 for (int row = 0; row < advancedOptionsLayout.getRowCount(); ++row) in initialize()