HomeSort by relevance Sort by last modified time
    Searched defs:column2 (Results 1 - 7 of 7) 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);
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 228 TextView column2 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(2); local
231 int oldWidth2 = column2.getWidth();
236 column2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
237 int orignalWidth2 = column2.getMeasuredWidth();
250 assertTrue(oldWidth2 > column2.getWidth());
254 assertEquals(orignalWidth2 + extraSpace, column2.getWidth());
257 oldWidth2 = column2.getWidth();
268 assertTrue(oldWidth2 > column2.getWidth());
272 assertEquals(orignalWidth2 + extraSpace, column2.getWidth());
275 oldWidth2 = column2.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/preferences/
LintPreferencePage.java 215 TreeViewerColumn column2 = new TreeViewerColumn(mTreeViewer, SWT.FILL); local
216 mNameColumn = column2.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 437 milliseconds