Home
last modified time | relevance | path

Searched defs:legends (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/sdk/model/
DAbstractSdk.java31 private List<Legend> legends; field in AbstractSdk
105 public void initLegend(List<Legend> legends) { in initLegend()
121 public void setLegends(List<Legend> legends) { in setLegends()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/user/
DUserItemView.java77 private List<Legend> legends = new LinkedList<>(); field in UserItemView
250 private void initChartLegends(JBPanel legends) { in initChartLegends()
259 private void checkAndAdd(JBPanel legends, Component component) { in checkAndAdd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/diskio/
DDiskIoView.java192 private void initChartLegends(JBPanel legends) { in initChartLegends()
202 private void checkAndAdd(JBPanel legends, Component component) { in checkAndAdd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java188 private void initChartLegends(JBPanel legends) { in initChartLegends()
198 private void checkAndAdd(JBPanel legends, Component component) { in checkAndAdd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java261 private void initChartLegends(JBPanel legends) { in initChartLegends()
279 private void checkAndAdd(JBPanel legends, Component component) { in checkAndAdd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/
DMemoryItemView.java358 private void initChartLegends(JBPanel legends) { in initChartLegends()
378 private void checkAndAdd(JBPanel legends, Component component) { in checkAndAdd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DProfilerChart.java206 protected JBPanel legends; field in ProfilerChart