Home
last modified time | relevance | path

Searched defs:bottomPanel (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DMonitorItemInterface.java31 void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item); in init()
DMonitorItemView.java30 protected ProfilerChartsView bottomPanel; field in MonitorItemView
DItemsView.java45 private final ProfilerChartsView bottomPanel; field in ItemsView
55 public ItemsView(ProfilerChartsView bottomPanel) { in ItemsView()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/charts/
DBarChartTest.java33 private ProfilerChartsView bottomPanel; field in BarChartTest
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DLineChart.java54 public LineChart(ProfilerChartsView bottomPanel, String name) { in LineChart()
68 public LineChart(ProfilerChartsView bottomPanel, String name, boolean isZoom, int lineWidth) { in LineChart()
DFilledLineChart.java60 public FilledLineChart(ProfilerChartsView bottomPanel, String name, boolean stacked) { in FilledLineChart()
74 …public FilledLineChart(ProfilerChartsView bottomPanel, String name, boolean stacked, boolean yAxis… in FilledLineChart()
DProfilerChart.java189 protected final ProfilerChartsView bottomPanel; field in ProfilerChart
257 ProfilerChart(ProfilerChartsView bottomPanel, String name) { in ProfilerChart()
280 ProfilerChart(ProfilerChartsView bottomPanel, String name, ArrayList yAxisList) { in ProfilerChart()
DRectChart.java69 public RectChart(ProfilerChartsView bottomPanel, String name) { in RectChart()
DBarChart.java52 public BarChart(ProfilerChartsView bottomPanel, String name, ArrayList YAxisList) { in BarChart()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/observer/
DCpuChartObserver.java56 private ProfilerChartsView bottomPanel; field in CpuChartObserver
69 …blic CpuChartObserver(ProfilerChart chart, JBPanel threadInfoPanel, ProfilerChartsView bottomPanel, in CpuChartObserver()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DNativeRecordDialog.java60 private final ProfilerChartsView bottomPanel; field in NativeRecordDialog
DCpuItemViewLoadDialog.java91 private ProfilerChartsView bottomPanel; field in CpuItemViewLoadDialog
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/diskio/
DDiskIoView.java79 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java76 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/user/
DUserItemView.java90 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java145 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/
DMemoryItemView.java229 public void init(ProfilerChartsView bottomPanel, ItemsView parent, ProfilerMonitorItem item) { in init()