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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTracePerspective.java 40 IFolderLayout column2 = layout.createFolder(STATE_FOLDER_ID, IPageLayout.RIGHT, 0.65f, local
42 column2.addView(StateView.ID);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 56 return (LinearLayout) findViewById(R.id.column2);
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 229 TextView column2 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(2); local
232 int oldWidth2 = column2.getWidth();
237 column2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
238 int orignalWidth2 = column2.getMeasuredWidth();
251 assertTrue(oldWidth2 > column2.getWidth());
255 assertEquals(orignalWidth2 + extraSpace, column2.getWidth());
258 oldWidth2 = column2.getWidth();
269 assertTrue(oldWidth2 > column2.getWidth());
273 assertEquals(orignalWidth2 + extraSpace, column2.getWidth());
276 oldWidth2 = column2.getWidth()
    [all...]
  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 242 const WebAccessibility& column2 = table.children[2]; local
243 EXPECT_EQ(WebAccessibility::ROLE_COLUMN, column2.role);
244 EXPECT_EQ(0U, column2.children.size());
245 EXPECT_EQ(1U, column2.indirect_child_ids.size());
246 EXPECT_EQ(cell2.id, column2.indirect_child_ids[0]);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 159 protected static String[] createUniqueConstraint(String column1, String column2) {
161 "UNIQUE(", column1, ",", column2, ")"
  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 289 const AccessibilityNodeDataTreeNode& column2 = table.children[2]; local
290 EXPECT_EQ(blink::WebAXRoleColumn, column2.role);
291 EXPECT_EQ(0U, column2.children.size());
293 column2.intlist_attributes[0].first);
295 column2.intlist_attributes[0].second;
  /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 214 TreeViewerColumn column2 = new TreeViewerColumn(mTreeViewer, SWT.FILL); local
215 mNameColumn = column2.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 262 milliseconds