Home
last modified time | relevance | path

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

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DNativeHeapPanel.java112 private Composite mTableModeControl; field in NativeHeapPanel
641 mTopStackLayout.topControl = mTableModeControl; in createControl()
874 mTopStackLayout.topControl = mTableModeControl; in switchDisplayMode()
883 mTopStackLayout.topControl = mTableModeControl; in switchDisplayMode()
1202 mTableModeControl = new Composite(base, SWT.NONE);
1205 mTableModeControl.setLayout(gl);
1206 mTableModeControl.setLayoutData(new GridData(GridData.FILL_BOTH));
1208 mTotalMemoryLabel = new Label(mTableModeControl, SWT.NONE);
1214 final Composite sash_composite = new Composite(mTableModeControl,