Home
last modified time | relevance | path

Searched refs:mAllocationTable (Results 1 – 2 of 2) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAllocationPanel.java74 private Table mAllocationTable; field in AllocationPanel
205 mAllocationTable = new Table(topParent, SWT.MULTI | SWT.FULL_SELECTION); in createControl()
207 mAllocationTable.setLayoutData(gridData = new GridData(GridData.FILL_BOTH)); in createControl()
209 mAllocationTable.setHeaderVisible(true); in createControl()
210 mAllocationTable.setLinesVisible(true); in createControl()
213 mAllocationTable, in createControl()
220 mAllocationTable, in createControl()
227 mAllocationTable, in createControl()
234 mAllocationTable, in createControl()
241 mAllocationTable, in createControl()
[all …]
DNativeHeapPanel.java131 private Table mAllocationTable; field in NativeHeapPanel
774 int index = mAllocationTable.getSelectionIndex(); in updateAllocationStackCalls()
778 info = (NativeAllocationInfo)mAllocationTable.getItem(index).getData(); in updateAllocationStackCalls()
788 mAllocationTable.setSelection(index); in updateAllocationStackCalls()
795 if (mAllocationTable.isDisposed()) { in updateAllocationStackCalls()
809 addTableToFocusListener(mAllocationTable); in setTableFocusListener()
1013 item = new TableItem(mAllocationTable, SWT.NONE);
1019 item = new TableItem(mAllocationTable, SWT.NONE);
1353 mAllocationTable = new Table(base, SWT.MULTI | SWT.FULL_SELECTION);
1354 mAllocationTable.setLayoutData(new GridData(GridData.FILL_BOTH));
[all …]