HomeSort by relevance Sort by last modified time
    Searched full:top_layout (Results 1 - 1 of 1) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 526 Composite top_layout = new Composite(mBase, SWT.NONE); local
527 top_layout.setLayout(gl = new GridLayout(4, false));
530 new Label(top_layout, SWT.NONE).setText("Show:");
532 mAllocDisplayCombo = new Combo(top_layout, SWT.DROP_DOWN | SWT.READ_ONLY);
547 Label separator = new Label(top_layout, SWT.SEPARATOR | SWT.VERTICAL);
554 mSaveButton = new Button(top_layout, SWT.PUSH);
574 mDiffUpdateButton = new Button(top_layout, SWT.NONE);
606 Label l = new Label(top_layout, SWT.NONE);
609 mDisplayModeCombo = new Combo(top_layout, SWT.DROP_DOWN | SWT.READ_ONLY);
622 mSymbolsButton = new Button(top_layout, SWT.PUSH)
    [all...]

Completed in 35 milliseconds