Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DProfilerChart.java376 List<ChartDataModel> models = dataMap.get(lastTime); in refreshLegends() local
647 protected Color getCurrentLineColor(int index, List<ChartDataModel> models) { in getCurrentLineColor()
668 protected int getNextLineIndex(int current, List<ChartDataModel> models) { in getNextLineIndex()
692 public int getListSum(List<ChartDataModel> models, int index) { in getListSum()
713 protected int getModelValueByIndex(List<ChartDataModel> models, int index) { in getModelValueByIndex()
DBarChart.java133 public int getListSum(List<ChartDataModel> models) { in getListSum()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/charts/
DProfilerChartTest.java64 private List<ChartDataModel> models; field in ProfilerChartTest
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/user/
DUserItemView.java212 List<ChartDataModel> models = dataMap.get(time); in calcTotal() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java249 List<ChartDataModel> models = dataMap.get(time); in calcTotal() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/
DMemoryItemView.java522 List<ChartDataModel> models = dataMap.get(time); in calcTotal() local