Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DProfilerChart.java194 protected ArrayList<String> yAxisList = new ArrayList<>(); field in ProfilerChart
280 ProfilerChart(ProfilerChartsView bottomPanel, String name, ArrayList yAxisList) { in ProfilerChart()