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

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 54 return (LinearLayout) findViewById(R.id.column1);
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 228 TextView column1 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(1); local
231 int oldWidth1 = column1.getWidth();
235 column1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
236 int orignalWidth1 = column1.getMeasuredWidth();
250 assertTrue(oldWidth1 < column1.getWidth());
254 assertEquals(orignalWidth1 + extraSpace, column1.getWidth());
257 oldWidth1 = column1.getWidth();
268 assertTrue(oldWidth1 > column1.getWidth());
272 assertEquals(orignalWidth1 + extraSpace, column1.getWidth());
275 oldWidth1 = column1.getWidth()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 133 private void addRow(String column0, String column1) {
139 value.setText(column1);
177 private void addRow(View column0, View column1) {
181 row.addView(column1);
  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 237 const WebAccessibility& column1 = table.children[1]; local
238 EXPECT_EQ(WebAccessibility::ROLE_COLUMN, column1.role);
239 EXPECT_EQ(0U, column1.children.size());
240 EXPECT_EQ(1U, column1.indirect_child_ids.size());
241 EXPECT_EQ(cell1.id, column1.indirect_child_ids[0]);
  /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%
  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 279 const AccessibilityNodeDataTreeNode& column1 = table.children[1]; local
280 EXPECT_EQ(blink::WebAXRoleColumn, column1.role);
281 EXPECT_EQ(0U, column1.children.size());
282 EXPECT_EQ(1U, column1.intlist_attributes.size());
284 column1.intlist_attributes[0].first);
286 column1.intlist_attributes[0].second;
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 159 protected static String[] createUniqueConstraint(String column1, String column2) {
161 "UNIQUE(", column1, ",", column2, ")"
  /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/preferences/
LintPreferencePage.java 209 TreeViewerColumn column1 = new TreeViewerColumn(mTreeViewer, SWT.NONE); local
210 mIdColumn = column1.getColumn();
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
hierarchyviewer2lib.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 532 milliseconds