Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DBottomScrollPanel.java67 protected int lineWidth; field in BottomScrollPanel.ChildPanel
75 public ChildPanel(final int lineWidth, final int lineHeight) { in ChildPanel()
DScrollFlagPanel.java126 private int lineWidth = 60; field in ScrollFlagPanel.ColorBT
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DLineChart.java45 private int lineWidth = -1; field in LineChart
68 public LineChart(ProfilerChartsView bottomPanel, String name, boolean isZoom, int lineWidth) { in LineChart()