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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 319 Composite summarySection = new Composite(mTop, SWT.NONE);
320 summarySection.setLayout(gl = new GridLayout(2, false));
323 mHeapSummary = createSummaryTable(summarySection);
324 mGcButton = new Button(summarySection, SWT.PUSH);
    [all...]

Completed in 161 milliseconds