HomeSort by relevance Sort by last modified time
    Searched refs:getRowCount (Results 1 - 25 of 121) 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/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++) {
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java 146 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel);
156 int row = configValueTable.getRowCount();
170 configValueTable.setText(configValueTable.getRowCount(), 0,
176 configValueTable.setText(configValueTable.getRowCount(), 0, "");
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpTableModel.java 50 public int 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();
  /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
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 372 int rowCount = from.getRowCount();
381 int lastFromRow = from.getRowCount() - 1;
478 int numRows = table.getRowCount();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
simpdata.h 154 virtual HRESULT WINAPI getRowCount(DBROWCOUNT *pcRows) = 0;
175 HRESULT (WINAPI *getRowCount)(OLEDBSimpleProvider *This,DBROWCOUNT *pcRows);
198 #define OLEDBSimpleProvider_getRowCount(This,pcRows) (This)->lpVtbl->getRowCount(This,pcRows)
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
SampleGridPagerAdapter.java 175 public int getRowCount() {
  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
SampleGridPagerAdapter.java 175 public int getRowCount() {
  /development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
SampleGridPagerAdapter.java 175 public int getRowCount() {
  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 189 int numRows = lensShading.getRowCount();
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 1470 milliseconds

1 2 3 4 5