HomeSort by relevance Sort by last modified time
    Searched defs:column1 (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 227 TextView column1 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(1); local
230 int oldWidth1 = column1.getWidth();
234 column1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
235 int orignalWidth1 = column1.getMeasuredWidth();
249 assertTrue(oldWidth1 < column1.getWidth());
253 assertEquals(orignalWidth1 + extraSpace, column1.getWidth());
256 oldWidth1 = column1.getWidth();
267 assertTrue(oldWidth1 > column1.getWidth());
271 assertEquals(orignalWidth1 + extraSpace, column1.getWidth());
274 oldWidth1 = column1.getWidth()
    [all...]
  /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
1813 uint32_t column0, column1, column2, column3; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 154 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); local
155 column1.setText("Project");
242 adjustColumnsWidth(mTable, column0, column1);
362 final TableColumn column1) {
369 column1.setWidth(r.width * 50 / 100); // 50%
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 210 TreeViewerColumn column1 = new TreeViewerColumn(mTreeViewer, SWT.NONE); local
211 mIdColumn = column1.getColumn();
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
hierarchyviewer2lib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 112 milliseconds