Home
last modified time | relevance | path

Searched refs:strokeWidth (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/
DXAxisView.ets60 .strokeWidth(item.strokeWidth)
76 .strokeWidth(item.strokeWidth == 0 ? 1 : item.strokeWidth)
DYAxisView.ets46 .strokeWidth(item.strokeWidth)
65 .strokeWidth(item.strokeWidth == 0 ? 1 : item.strokeWidth)
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js60 strokeWidth: {}, property
467 strokeWidth: {}, property
483 strokeWidth: {}, property
501 strokeWidth: {}, property
529 strokeWidth: {}, property
559 strokeWidth: {}, property
586 strokeWidth: {}, property
616 strokeWidth: {}, property
641 strokeWidth: {}, property
670 strokeWidth: {}, property
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DPaint.ets29 strokeWidth: number = 0;
55 this.strokeWidth = paint.strokeWidth;
79 this.strokeWidth = paint.strokeWidth;
134 this.strokeWidth = value
138 return this.strokeWidth;
DRadarDataSet.ets109 public setHighlightCircleStrokeWidth(strokeWidth : number) : void {
110 this.mHighlightCircleStrokeWidth = strokeWidth;
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DcomponentListTest.ets48 .divider({ strokeWidth: 2, color:"#FF00ff"}).scrollBar(BarState.Off)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DPathView.ets52 .strokeWidth(item.strokeWidth)
92 .strokeWidth(item.strokeWidth)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DReport.ets101 ….divider({ strokeWidth: '2vp', color: 0xdddddd, startMargin: '10vp', endMargin: '12vp' }) // 每行之间的…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DRadarChartRenderer.ets376 strokeWidth:number):Paint[]{
403 this.mHighlightCirclePaint.setStrokeWidth(strokeWidth);