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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 86 private Table mAllocationTable;
255 mAllocationTable = new Table(topParent, SWT.MULTI | SWT.FULL_SELECTION);
256 mAllocationTable.setLayoutData(gridData = new GridData(GridData.FILL_BOTH));
258 mAllocationTable.setHeaderVisible(true);
259 mAllocationTable.setLinesVisible(true);
262 mAllocationTable,
275 mAllocationTable,
288 mAllocationTable,
301 mAllocationTable,
314 mAllocationTable,
    [all...]
NativeHeapPanel.java 132 private Table mAllocationTable;
773 int index = mAllocationTable.getSelectionIndex();
777 info = (NativeAllocationInfo)mAllocationTable.getItem(index).getData();
787 mAllocationTable.setSelection(index);
794 if (mAllocationTable.isDisposed()) {
808 addTableToFocusListener(mAllocationTable);
    [all...]

Completed in 2419 milliseconds