Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/tooltip/
DLegendTooltip.java253 JBLabel nameLabel = new JBLabel(); in addLegends() local
350 JBLabel nameLabel = new JBLabel(); in addThreadStatusLegends() local
424 JBLabel nameLabel = new JBLabel(); in addGpuLegends() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DAbstractRow.java82 protected JBLabel nameLabel = new JBLabel(); field in AbstractRow