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

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 227 TextView column0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0); local
230 int oldWidth0 = column0.getWidth();
233 column0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
234 int orignalWidth0 = column0.getMeasuredWidth();
249 assertEquals(oldWidth0, column0.getWidth());
253 assertEquals(orignalWidth0, column0.getWidth());
256 oldWidth0 = column0.getWidth();
267 assertTrue(oldWidth0 < column0.getWidth());
271 assertEquals(orignalWidth0 + extraSpace, column0.getWidth());
274 oldWidth0 = column0.getWidth()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 133 private void addRow(String column0, String column1) {
136 label.setText(column0);
177 private void addRow(View column0, View column1) {
180 row.addView(column0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 152 final TableColumn column0 = new TableColumn(mTable, SWT.NONE); local
153 column0.setText("Reference");
242 adjustColumnsWidth(mTable, column0, column1);
361 final TableColumn column0,
368 column0.setWidth(r.width * 50 / 100); // 50%
  /external/srtp/crypto/cipher/
aes.c 1506 uint32_t column0, column1, column2, column3; local
1533 uint32_t column0, column1, column2, column3; local
1634 uint32_t column0, column1, column2, column3; local
1673 uint32_t column0, column1, column2, column3; local
1786 uint32_t column0, column1, column2, column3; local
1791 column0 = T0[state->v8[0]] ^ T1[state->v8[5]] local
1813 uint32_t column0, column1, column2, column3; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 1468 milliseconds