| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Rect.ets | 22 * @param bottom 29 bottom: number; 35 * top <= bottom. 40 * @param bottom The Y coordinate of the bottom of the rectangle 42 constructor(left?: number, top?: number, right?: number, bottom?: number, r?: MyRect) { 46 this.bottom = bottom == undefined ? 0 : bottom; 51 this.bottom = r.bottom; 61 return r == null ? null : new MyRect(r.left, r.top, r.right, r.bottom); 67 …eturn this.left == o.left && this.top == o.top && this.right == o.right && this.bottom == o.bottom; 79 sb += this.bottom; [all …]
|
| D | RadarChartMode.ets | 232 this.displayCenterY = (rect.bottom - rect.top)/2; 237 this.yScale = (rect.bottom - rect.top)/(this.yAxis.getAxisMaximum()-miny);
|
| /developtools/ace_js2bundle/ace-loader/test/rich/common/css/ |
| D | common.css | 3 padding-bottom: 80px; 8 padding-bottom: 30px; 13 border-bottom-width: 2px; 22 margin-bottom: 50px;
|
| /developtools/smartperf_host/ide/src/base-ui/modal/ |
| D | LitModal.ts | 336 srcBottom = clientRect.bottom; 425 e.clientY > srcResizeRect.bottom - resizeWidth && 426 e.clientY < srcResizeRect.bottom + resizeWidth 440 e.clientY > srcResizeRect.bottom - resizeWidth && 441 e.clientY < srcResizeRect.bottom + resizeWidth 454 …} else if (e.clientY < srcResizeRect.bottom + resizeWidth && e.clientY > srcResizeRect.bottom - re… 505 const { left, right, top, bottom, width, height } = srcResizeRect; constant 517 const isWithinBottomLeft = isWithinCornerRange(left, bottom); 518 const isWithinBottomRight = isWithinCornerRange(right, bottom); 544 …} else if (e.clientY < srcResizeRect.bottom + resizeWidth && e.clientY > srcResizeRect.bottom - re…
|
| /developtools/ace_ets2bundle/compiler/test/pages/ |
| D | import@CustomDialog.ets | 25 Text('Change text').fontSize(20).margin({ top: 10, bottom: 10 }) 30 Text('Whether to change a text?').fontSize(16).margin({ bottom: 10 }) 43 }.margin({ bottom: 10 })
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | Question.ets | 48 .margin({ top: 10, left: 15, right: 15, bottom: 5 }) 51 .margin({ left: 18, right: 18, bottom: 10 }) 54 .margin({ bottom: 2, top: 2 })
|
| D | LoginPage.ets | 29 .margin({ bottom: '150vp' })
|
| D | SettingsPage.ets | 45 .margin({ bottom: '45vp' })
|
| D | StartTestPage.ets | 401 }.margin({ bottom: 10 }) 439 }.margin({ bottom: 10 })
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | Extension.ts | 36 bottom?: number; 103 ev.pageY <= rect.bottom - (cut?.bottom ?? 0)
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | LineChart.ets | 107 …is.lineChartModel.top+", right:"+this.lineChartModel.right+", bottom:"+this.lineChartModel.bottom); 163 bottom: number = 0; 197 this.bottom = this.height - this.minOffset; 198 this.lineData.mDisplayRect = new MyRect(this.left, this.top, this.right, this.bottom); 201 …this.yLeftScale = (this.lineData.mDisplayRect.bottom - this.lineData.mDisplayRect.top) / (this.lef… 202 …this.yRightScale = (this.lineData.mDisplayRect.bottom - this.lineData.mDisplayRect.top) / (this.ri… 295 … +'L'+Utils.convertDpToPixel(this.width - this.minOffset/2)+' '+Utils.convertDpToPixel(rect.bottom) 296 +'L'+Utils.convertDpToPixel(this.minOffset/2)+' '+Utils.convertDpToPixel(rect.bottom)
|
| D | Chart.ets | 90 * paint object used for drawing the description text in the bottom right 370 * Draws the description text in the bottom right corner of the chart (per default) 866 * @param bottom 868 public setExtraOffsets(left: number, top: number, right: number, bottom: number) { 872 this.setExtraBottomOffset(bottom); 904 * Set an extra offset to be appended to the viewport's bottom 911 * @return the extra offset to be appended to the viewport's bottom 1034 * to the description text that is displayed in the bottom right corner of the chart (by default). 1086 * paint for the description text in the bottom right corner
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | Fill.ets | 138 public fillRect(paint:RectPaint,left:number, top:number, right:number, bottom:number, 161 rectP.setHeight(bottom-top); 174 // let topResult:number=(gradientDirection == MyDirection.UP? bottom: gradientDirection == M… 178 …ber=(gradientDirection == MyDirection.UP? top: gradientDirection == MyDirection.DOWN ? bottom: top) 179 let bottomResult = bottom; 200 imagePaint.setHeight(bottom-top) 263 let bottomImage:number=(clipRect == null ? chartHeight: clipRect.bottom)
|
| D | ViewPortHandler.ets | 138 return this.mChartHeight - this.mContentRect.bottom; 154 return this.mContentRect.bottom; 543 return this.mContentRect.bottom >= y;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/ |
| D | Report.ets | 34 .padding({ bottom: '15vp' }) 75 }.margin({ left: '5%', top: '2%', bottom: '2%', right: '2%' }).onClick(() => {
|
| D | Home.ets | 118 .margin({ top: '20vp', bottom: '40vp' }) 163 .padding({ top: '8vp', right: '20vp', bottom: '8vp', left: '20vp' })
|
| D | Mine.ets | 101 ).margin({bottom:5})
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | YAxis.ets | 44 * indicates if the bottom y-label entry is drawn or not 89 * axis space from the smallest value to the bottom in percent of the total axis range 212 * returns true if drawing the bottom y-axis label entry is enabled 234 * on bottom. 284 * Sets the bottom axis space in percent of the full range. Default 10f 293 * Returns the bottom axis space in percent of the full range. Default 10f
|
| D | PathView.ets | 201 …this.yLeftScale = (this.rect.bottom - this.rect.top)/(this.yleftAxis.getAxisMaximum()-this.yleftAx… 203 …this.yRightScale = (this.rect.bottom - this.rect.top)/(this.yRightAxis.getAxisMaximum()-this.yRigh… 320 …xel(this.rect.right - this.positionX)+' '+Utils.convertDpToPixel(this.rect.bottom - this.minOffset) 321 …ixel(this.rect.left - this.positionX)+' '+Utils.convertDpToPixel(this.rect.bottom - this.minOffset)
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 283 this.getBoundingClientRect().bottom > ev.pageY - mouseMoveRange && 284 this.getBoundingClientRect().bottom < ev.pageY + mouseMoveRange 299 this.getBoundingClientRect().bottom > ev.pageY - mouseMoveRange && 300 this.getBoundingClientRect().bottom < ev.pageY + mouseMoveRange;
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 71 margin-bottom: 108%;
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_arkts.md | 43 …Js Profiler BottomUp 的 Tab 页把 name,url,depth,parent 相同的函数合并,构建成一个 bottom up 的树结构,以树形表格的形式显示,只不过作为根…
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table.ts | 416 let bottom = document.createElement('lit-icon') as LitIcon; variable 417 bottom.classList.add('bottom'); 418 bottom.name = 'down'; 419 expand.append(bottom); 421 if (top.name == 'up' && bottom.name == 'down') { 423 bottom.name = 'up'; 429 bottom.name = 'down';
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 225 transform-origin: left bottom;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | YAxisRenderer.ets | 222 … , this.mViewPortHandler.getContentRect().right, this.mViewPortHandler.getContentRect().bottom); 273 ,this.mViewPortHandler.getContentRect().right,this.mViewPortHandler.getContentRect().bottom); 319 this.mViewPortHandler.getContentRect().right,this.mViewPortHandler.getContentRect().bottom);
|