OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mchart
(Results
1 - 6
of
6
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayGraph.java
295
XYPlot xyPlot =
mChart
.getXYPlot();
359
XYPlot xyPlot =
mChart
.getXYPlot();
387
if (
mChart
!= null) {
388
mChart
.setTitle(getChartTitle(logParser));
EventDisplay.java
349
protected JFreeChart
mChart
;
531
mChart
= ChartFactory.createTimeSeriesChart(
553
mChart
.setTitle(new TextTitle(title, awtFont));
555
final XYPlot xyPlot =
mChart
.getXYPlot();
561
mChart
.addChangeListener(new ChartChangeListener() {
577
mChartComposite = new ChartComposite(parent, SWT.BORDER,
mChart
,
596
mChart
= null;
[
all
...]
DisplaySyncHistogram.java
68
XYPlot xyPlot =
mChart
.getXYPlot();
DisplaySyncPerf.java
125
XYPlot xyPlot =
mChart
.getXYPlot();
DisplaySync.java
77
XYPlot xyPlot =
mChart
.getXYPlot();
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java
136
private JFreeChart
mChart
;
599
mChart
= ChartFactory.createBarChart(null, "Size", "Count", mAllocCountDataSet,
614
mChart
.setTitle(new TextTitle("Allocation count per size", awtFont));
616
Plot plot =
mChart
.getPlot();
638
mChartComposite = new ChartComposite(mStatisticsBase, SWT.BORDER,
mChart
,
[
all
...]
Completed in 87 milliseconds