| /developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
| D | LitChartPie.ts | 150 radius: number | undefined; property in LitChartPie 194 this.radius = (Math.min(this.clientHeight, this.clientWidth) * 0.65) / 2 - 10; 257 if (isPointIsCircle(0, 0, x, y, this.radius!)) { 292 this.radius = (Math.min(this.clientHeight, this.clientWidth) * 0.65) / 2 - 10; 309 if (isPointIsCircle(0, 0, x, y, this.radius!)) { 369 let x1 = 0 + this.radius! * Math.cos((deg * Math.PI) / 180); 370 let y1 = 0 + this.radius! * Math.sin((deg * Math.PI) / 180); 371 let x2 = 0 + (this.radius! + 13) * Math.cos((deg * Math.PI) / 180); 372 let y2 = 0 + (this.radius! + 13) * Math.sin((deg * Math.PI) / 180); 373 let x3 = 0 + (this.radius! + dep) * Math.cos((deg * Math.PI) / 180); [all …]
|
| D | LitChartPieData.ts | 25 export function isPointIsCircle(x1: number, y1: number, x2: number, y2: number, radius: number): bo… 26 return Math.sqrt(Math.pow(Math.abs(x2 - x1), 2) + Math.pow(Math.abs(y2 - y1), 2)) < radius;
|
| D | LitChartPieConfig.ts | 22 radius: number; property
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | LineDataSet.ets | 49 * the radius of the circle-shaped value indicators 54 * the hole radius of the circle-shaped value indicators 151 * Sets the radius of the drawn circles. 152 * Default radius = 4f, Min = 1f 154 * @param radius 156 public setCircleRadius(radius: number): void { 158 if (radius >= 1) { 159 this.mCircleRadius = radius; 161 console.log("LineDataSet", "Circle radius cannot be < 1") 170 * Sets the hole radius of the drawn circles. [all …]
|
| D | RadarDataSet.ets | 91 public setHighlightCircleInnerRadius(radius : number) : void { 92 this.mHighlightCircleInnerRadius = radius; 100 public setHighlightCircleOuterRadius(radius : number) : void { 101 this.mHighlightCircleOuterRadius = radius;
|
| D | Paint.ets | 353 radius: number = 2; 475 setCircleRadius(radius: number){ 476 this.radius = radius; 613 radius: number = 2; 634 setCircleRadius(radius: number){ 635 this.radius = radius;
|
| D | ScatterDataSet.ets | 41 * The radius of the hole in the shape (applies to Square, Circle and Triangle) 106 * Sets the radius of the hole in the shape (applies to Square, Circle and Triangle)
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerEnergyAnomaly.ts | 134 it.frame.height = 20 + radius * 2; 173 EnergyAnomalyStruct.drawRoundRectPath(ctx, data.frame.x - 7, 20 - 7, radius, data); 181 radius: number, 185 ctx.arc(x + 7, y + 22, radius, 0, Math.PI * 2); 220 let radius = 12; variable
|
| D | ProcedureWorkerFunc.ts | 234 radius: number, 240 ctx.arc(x + data.frame!.width, y, radius, 0, Math.PI * 2); 251 radius: number, 257 canvas.arc(x + data.frame!.width + 20, y, radius, 0, Math.PI * 2);
|
| D | ProcedureWorkerCommon.ts | 1568 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:… 1569 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2); 1570 cxt.lineTo(x + radius, y + height); 1571 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI); 1572 cxt.lineTo(x, y + radius); 1573 cxt.arc(x + radius, y + radius, radius, Math.PI, (Math.PI * 3) / 2); 1574 cxt.lineTo(x + width - radius, y); 1575 cxt.arc(x + width - radius, y + radius, radius, (Math.PI * 3) / 2, Math.PI * 2); 1576 cxt.lineTo(x + width, y + height - radius);
|
| /developtools/ace_js2bundle/ace-loader/sample/lite/pages/detail/ |
| D | detail.css | 9 border-radius: 10px;
|
| D | detail.hml | 2 …eight: 444px;margin: 20px;border-width: 5px;border-color: #00ff00;border-radius: 10px;opacity: 0.5"
|
| /developtools/ace_js2bundle/ace-loader/test/rich/common/css/ |
| D | common.css | 19 border-radius: 5px;
|
| /developtools/smartperf_host/ide/test/base-ui/menu/ |
| D | LitMainMenuGroup.test.ts | 44 expect(litMainMenuGroup.radius).toBeFalsy();
|
| /developtools/smartperf_host/ide/src/base-ui/menu/ |
| D | LitMainMenuGroup.ts | 143 get radius() { method in LitMainMenuGroup
|
| /developtools/smartperf_host/ide/test/base-ui/chart/pie/ |
| D | LitChartPie.test.ts | 172 radius: -10, 329 radius: 22, 493 radius: 32,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | IScatterDataSet.ets | 30 * Returns radius of the hole in the shape
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | FloatBall.ets | 161 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.colorPrimary") }) 209 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.color_666") }) 222 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.colorPrimary") })
|
| D | LoginPage.ets | 30 .border({ width: '1vp', color: $r('app.color.color_fff'), radius: '20vp' })
|
| D | Question.ets | 55 .shadow({ radius: 10, color: Color.Gray, offsetX: 10, offsetY: 5 })
|
| D | SettingsPage.ets | 46 .border({ radius: '20vp' })
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/ |
| D | Home.ets | 72 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.color_fff") }) 91 .border({ width: '1vp', radius: this.circleRadius, color: $r("app.color.color_80fff") })
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | Top20ProcessSwitchCount.ts | 86 radius: 0.8,
|
| D | Top20ProcessThreadCount.ts | 87 radius: 0.8,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | PathView.ets | 73 Circle({ width: item.radius * 2, height: item.radius * 2 }) 74 .position({ x: item.getX() - item.radius, y: item.getY() - item.radius })
|