HomeSort by relevance Sort by last modified time
    Searched refs:getRowCount (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfo_CollectionInfoTest.java 34 assertEquals(0, c.getRowCount());
41 assertEquals(1, c.getRowCount());
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeMetadata.h 19 int32_t getRowCount();
BC_PDF417BarcodeMetadata.cpp 42 int32_t CBC_BarcodeMetadata::getRowCount() {
BC_PDF417DetectionResultRowIndicatorColumn.cpp 62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) {
117 result->SetSize(barcodeMetadata->getRowCount());
138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
158 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) {
237 if (codewordRowNumber > barcodeMetadata.getRowCount()) {
  /external/autotest/frontend/client/src/autotest/tko/
DynamicGraphingFrontend.java 74 table.setWidget(table.getRowCount(), 1, graphButton);
75 table.setWidget(table.getRowCount(), 0, plot);
76 table.getFlexCellFormatter().setColSpan(table.getRowCount() - 1, 0, 3);
78 table.setWidget(table.getRowCount(), 2, embeddingLink);
80 table.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT);
ParameterizedFieldListDisplay.java 63 boolean visible = (fieldTable.getRowCount() > 1);
84 int row = fieldTable.getRowCount();
96 for (int row = 1; row < fieldTable.getRowCount(); row++) {
SeriesSelector.java 88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP);
90 seriesTable.setWidget(seriesTable.getRowCount() - 1, 2, deleteLink);
92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT);
94 seriesTable.getRowCount() - 1, 2, HasVerticalAlignment.ALIGN_BOTTOM);
243 int row = table.getRowCount() - 1;
TkoUtils.java 84 int row = table.getRowCount();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 34 public int getRowCount() {
PropertiesTableModel.java 56 public int getRowCount() {
  /external/autotest/frontend/client/src/autotest/common/table/
DataTable.java 120 for(int i = headerRow + 1; i < table.getRowCount(); i++)
128 while (table.getRowCount() > 1) {
165 int row = table.getRowCount();
216 for(int i = realRow; i < table.getRowCount(); i++)
224 public int getRowCount() {
225 return table.getRowCount() - 1;
301 for (int row = 1; row < table.getRowCount(); row++) {
323 for (int row = 1; row < table.getRowCount(); row++) {
FragmentedTable.java 17 * handling, getRowCount(), getCellCount(), and getCellFormatter().getElement(). getElement()
61 totalRowCount += getRowCount(tbody);
127 public int getRowCount() {
131 private native int getRowCount(Element tbody) /*-{
SelectionManager.java 54 for (int i = 0; i < attachedTable.getRowCount(); i++) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 292 return getRowCount(mContactCursor.getCount());
295 int starredRowCount = getRowCount(mDividerPosition);
315 protected int getRowCount(int entryCount) {
343 if (position < getRowCount(mDividerPosition)) {
356 contactIndex = position - getRowCount(mDividerPosition) - 1 + mDividerPosition;
381 return position != getRowCount(mDividerPosition);
447 if (position < getRowCount(mDividerPosition)) {
449 } else if (position == getRowCount(mDividerPosition)) {
468 return getRowCount(mDividerPosition);
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java 138 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel);
148 int row = configValueTable.getRowCount();
156 configValueTable.setText(configValueTable.getRowCount(), 0,
162 configValueTable.setText(configValueTable.getRowCount(), 0, "");
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpTableModel.java 50 public int getRowCount() {
  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberTileAdapter.java 71 return getRowCount(mContactCursor.getCount());
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatKitKat.java 133 static int getRowCount(Object info) {
134 return ((AccessibilityNodeInfo.CollectionInfo) info).getRowCount();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractKeyboardBuilder.java 74 int getRowCount() {
ExpectedKeyboardBuilder.java 89 final int rowCount = getRowCount();
313 final int rowCount = getRowCount();
  /external/autotest/frontend/client/src/autotest/afe/
UserPreferencesView.java 143 int row = preferencesTable.getRowCount();
149 int row = preferencesTable.getRowCount();
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 68 public int getRowCount() {
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 68 public int getRowCount() {
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
GridExampleActivity.java 68 public int getRowCount() {
  /frameworks/base/core/java/android/hardware/camera2/params/
LensShadingMap.java 79 public int getRowCount() {
103 * <p>The rows must be within the range [0, {@link #getRowCount}),
114 * @param row within the range [0, {@link #getRowCount})
124 * @see #getRowCount
142 * <p>The rows must be within the range [0, {@link #getRowCount}),
146 * @param row within the range [0, {@link #getRowCount})
152 * @see #getRowCount

Completed in 453 milliseconds

1 2 3 4 5