HomeSort by relevance Sort by last modified time
    Searched full:tablerow (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /packages/apps/Browser/res/layout-land/
page_info.xml 48 <TableRow>
66 </TableRow>
  /frameworks/base/core/java/android/widget/
TableLayout.java 34 * A TableLayout consists of a number of {@link android.widget.TableRow} objects,
60 * is a {@link android.widget.TableRow}, then the height is always
69 * <p>Although the typical child of a TableLayout is a TableRow, you can
281 * a {@link android.widget.TableRow}.</p>
297 if (view instanceof TableRow) {
298 ((TableRow) view).setColumnCollapsed(columnIndex, isCollapsed);
374 * <p>This method only applies to {@link android.widget.TableRow}
380 if (child instanceof TableRow) {
381 final TableRow row = (TableRow) child
    [all...]
  /packages/apps/Email/res/layout-sw600dp/
account_setup_options_common.xml 33 <TableRow
45 </TableRow>
47 <TableRow
61 </TableRow>
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 686 var tableRow = $('<tr><td class="test collapsed"' + (test.isImportant ? ' style="font-weight:bold"' : '') + '>' + test.name() + '</td><td class="unit">' + test.unit() + '</td></tr>');
748 tableRow.append(markupForMissingRun(i == referenceIndex));
750 tableRow.append(markupForRun(results[resultIndex], referenceResult));
753 $('#container').children('tbody').last().append(tableRow);
756 var firstCell = tableRow.children('td').first();
759 tableRow.children('td').css({'padding-bottom': ''});
760 tableRow.children('td').first().addClass('collapsed');
761 tableRow.children('td').first().removeClass('expanded');
765 var offset = tableRow.offset();
767 offset.top += tableRow.outerHeight()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 36 import android.widget.TableRow;
168 tableLayout.addView(new TableRow(mContext));
169 tableLayout.addView(new TableRow(mContext));
227 TextView column0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0);
228 TextView column1 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(1);
229 TextView column2 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(2);
340 tableLayout.addView(new TableRow(mContext));
341 tableLayout.addView(new TableRow(mContext));
466 View child2 = new TableRow(mContext);
468 tableLayout.addView(child2, new TableRow.LayoutParams(200, 300, 1))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
results-template.html 449 var tableRow = $('<tr><td class="test">' + test.name() + '</td><td class="unit">' + test.unit() + '</td></tr>');
508 tableRow.append(markupForMissingRun(i == referenceIndex));
510 tableRow.append(markupForRun(results[resultIndex], referenceResult));
513 $('#container').children('tbody').last().append(tableRow);
515 tableRow.click(function (event) {
516 if (event.target != tableRow[0] && event.target.parentNode != tableRow[0])
521 var firstCell = tableRow.children('td').first();
524 tableRow.children('td').css({'padding-bottom': ''});
528 var offset = tableRow.offset()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 37 import android.widget.TableRow;
179 TableRow row = new TableRow(this);
  /frameworks/base/tests/FrameworkPerf/res/layout/
large_layout.xml 85 <TableRow
117 </TableRow>
119 <TableRow
150 <!-- It looks CheckBox isn't aligned well with TableRow -->
163 </TableRow>
165 <TableRow
191 </TableRow>
  /packages/apps/Settings/res/layout/
wifi_config_ui_for_setup_wizard.xml 61 <TableRow
94 </TableRow>
96 <TableRow
127 <!-- It looks CheckBox isn't aligned well with TableRow -->
140 </TableRow>
142 <TableRow
168 </TableRow>
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 30 import android.widget.TableRow;
63 final TableRow row = (TableRow) inflater.inflate(R.layout.one_row, mTableLayout, false);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 34 import android.widget.TableRow;
184 final TableRow row = (TableRow) inflater.inflate(R.layout.sensor_row,
210 public DisplayInfo(MonitoredSensor sensor, TableRow row) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableRowRule.java 32 * An {@link IViewRule} for android.widget.TableRow.
TableLayoutRule.java 152 // this is necessary since TableRow might also use
203 // settings on the table). They can set their heights (though for TableRow, the
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_list.js 11 /** @const */ var TableRow = cr.ui.table.TableRow;
  /external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp 825 ResourceBundle tablerow=array2d.get(row, status); local
829 UResType rowType=tablerow.getType();
832 column_count=tablerow.getSize();
840 CONFIRM_EQ(tablerow.getNextString(status),expected_string);
863 ResourceBundle tablerow=array2d.get(row, status); local
865 UnicodeString t=tablerow.getStringEx(col, status);
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 825 ResourceBundle tablerow=array2d.get(row, status); local
829 UResType rowType=tablerow.getType();
832 column_count=tablerow.getSize();
840 CONFIRM_EQ(tablerow.getNextString(status),expected_string);
863 ResourceBundle tablerow=array2d.get(row, status); local
865 UnicodeString t=tablerow.getStringEx(col, status);
    [all...]
  /external/chromium_org/chrome/browser/resources/
policy.js 502 var tableRow = window.document.createElement('tr');
509 tableRow.appendChild(tableHeader);
511 tableHead.appendChild(tableRow);
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c     [all...]
  /external/icu4c/test/cintltst/
creststn.c     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 44 import android.widget.TableRow;
677 TableRow row = new TableRow(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 229 class="android.widget.TableRow"
  /external/chromium_org/remoting/webapp/
host_list.js 285 this.table_.appendChild(hostTableEntry.tableRow);
320 this.table_.removeChild(hostTableEntry.tableRow);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.cpp 130 const unsigned char* tableRow = asciiLineBreakTable[ch - asciiLineBreakTableFirstChar];
132 return tableRow[nextChIndex / 8] & (1 << (nextChIndex % 8));
RenderTableSection.cpp     [all...]
  /build/tools/
warn.py 412 def tablerow(text):
474 tablerow(i['description'] + ' (' + allpatterns(i) + ') ' + i['option'])
487 tablerow(i)
    [all...]

Completed in 582 milliseconds

1 2 34 5