Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 98) sorted by relevance

1234

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DRect.ets20 * @param top
27 top: number;
35 * top <= bottom.
38 * @param top The Y coordinate of the top of the rectangle
42 constructor(left?: number, top?: number, right?: number, bottom?: number, r?: MyRect) {
44 this.top = top == undefined ? 0 : top;
49 this.top = r.top;
61 return r == null ? null : new MyRect(r.left, r.top, r.right, r.bottom);
67 …return this.left == o.left && this.top == o.top && this.right == o.right && this.bottom == o.botto…
75 sb += this.top;
[all …]
/developtools/hdc/
DREADME_zh.md102 <table><thead align="left"><tr id="row149291357182511"><th class="cellrowborder" valign="top" width…
104 <th class="cellrowborder" valign="top" width="50%" id="mcps1.2.3.1.2"><p id="p164237433425"><a name…
108 <tbody><tr id="row139291857142520"><td class="cellrowborder" valign="top" width="50%" headers="mcps…
110 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p19423174317428"…
114 <tr id="row1092965782514"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1…
116 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p5424134314429">…
120 <tr id="row4929185718255"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1…
122 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p742444364214"><…
125 <tr id="row4929185718355"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1…
127 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p742444364314"><…
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts61 el.style.top = `${obj.top}px`;
83 let top = this.vessel!.scrollTop;
86 if (this.visibleObjects[index].top >= top) {
105 this.visibleObjects[i].top = totalHeight;
138 let top = this.vessel!.scrollTop;
141 if (this.visibleObjects[i].top >= top) {
DExtension.ts35 top?: number;
102 ev.pageY >= rect.top + (cut?.top ?? 0) &&
/developtools/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts335 srcTop = clientRect.top;
378 this.modalElement!.style.top = ev.clientY - srcClientY + srcTop + 'px';
381 this.modalElement!.style.top = '0px';
384 this.modalElement!.style.top = this.scrollHeight - clientRect.height + 'px';
409 e.clientY > srcResizeRect.top - resizeWidth &&
410 e.clientY < srcResizeRect.top + resizeWidth
417 e.clientY > srcResizeRect.top - resizeWidth &&
418 e.clientY < srcResizeRect.top + resizeWidth
451 …} else if (e.clientY > srcResizeRect.top - resizeWidth && e.clientY < srcResizeRect.top + resizeWi…
471 this.modalElement!.style.top = srcResizeTop + offsetResizeY + 'px';
[all …]
/developtools/profiler/protos/types/plugins/xpower_data/
Dxpower_plugin_result.proto28 …ComponentTop component_top = 8; //整机各器件的top应用信息,对应messageType为8(对应原hisysevent中的POWER_IDE_*上报)
101 ComponentTopCommon audio = 1; //整机audio的top应用信息
102 ComponentTopCommon bluetooth = 2; //整机bluetooth的top应用信息
103 ComponentTopCamera camera = 3; //整机camera的top应用信息
104 ComponentTopCpu cpu = 4; //整机cpu的top应用信息
105 ComponentTopDisplay display = 5; //整机display的top应用信息
106 ComponentTopCommon flashlight = 6; //整机flashlight的top应用信息
107 ComponentTopDisplay gpu = 7; //整机gpu的top应用信息
108 ComponentTopCommon location = 8; //整机location的top应用信息
109 ComponentTopCommon wifiscan = 9; //整机wifiscan的top应用信息
/developtools/profiler/
DREADME_zh.md85 <table><thead align="left"><tr id="row221mcpsimp"><th class="cellrowborder" valign="top" width="30%…
87 <th class="cellrowborder" valign="top" width="30.020000000000003%" id="mcps1.2.4.1.2"><p id="p225mc…
89 <th class="cellrowborder" valign="top" width="39.98%" id="mcps1.2.4.1.3"><p id="p227mcpsimp"><a nam…
93 <tbody><tr id="row229mcpsimp"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.4…
95 <td class="cellrowborder" valign="top" width="30.020000000000003%" headers="mcps1.2.4.1.2 "><p id="…
97 <td class="cellrowborder" valign="top" width="39.98%" headers="mcps1.2.4.1.3 "><a name="ul146780916…
105 <tr id="row236mcpsimp"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.4.1.1 ">…
107 <td class="cellrowborder" valign="top" width="30.020000000000003%" headers="mcps1.2.4.1.2 "><p id="…
109 <td class="cellrowborder" valign="top" width="39.98%" headers="mcps1.2.4.1.3 "><a name="ul104626361…
118 <tr id="row243mcpsimp"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.4.1.1 ">…
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DFill.ets138 public fillRect(paint:RectPaint,left:number, top:number, right:number, bottom:number,
159 rectP.setStartPoint([left,top]);
161 rectP.setHeight(bottom-top);
174 …mber=(gradientDirection == MyDirection.UP? bottom: gradientDirection == MyDirection.DOWN? top: top)
175 let topResult = top;
178 …lt:number=(gradientDirection == MyDirection.UP? top: gradientDirection == MyDirection.DOWN ? botto…
198 imagePaint.y=top;
200 imagePaint.setHeight(bottom-top)
261 let topImage:number=(clipRect == null ? 0 : clipRect.top)
/developtools/ace_js2bundle/ace-loader/sample/lite/pages/detail/
Ddetail.hml4 <text style="left:140px;top:50px;width:300px;height:40px">common style</text>
8 style="left:390px;top:227px;width:30px;height:42px"
Ddetail.css3 top: 95px;
/developtools/ace_js2bundle/ace-loader/test/rich/common/css/
Dcommon.css2 padding-top: 50px;
7 padding-top: 30px;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DReportDetail.ets88 .margin({ top: '10vp', left: '20vp' })
93 Text(`SP工具`).fontSize('15fp').margin({ top: '30vp' })
94 Text(`应用版本:v1.0.2`).fontSize('15fp').margin({ top: '10vp' })
104 .margin({ top: '5vp' })
108 .margin({ top: '5vp' })
112 .margin({ top: '5vp' })
DQuestion.ets48 .margin({ top: 10, left: 15, right: 15, bottom: 5 })
54 .margin({ bottom: 2, top: 2 })
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts269 this.treeElement!.style.top = this.theadElement?.clientHeight + 'px';
470 tableRowObject.top = totalHeight;
508 visibleObjList[i].top <= tblScrollTop &&
509 visibleObjList[i].top + visibleObjList[i].height >= tblScrollTop
553 tableRowObject.top = totalHeight;
600 let top = this.tableElement!.scrollTop; variable
601 this.treeElement!.style.transform = `translateY(${top}px)`;
604 … if (visibleObjs[index].top <= top && visibleObjs[index].top + visibleObjs[index].height >= top) {
657 newTableElement.style.top = '0px';
718 td.style.top = '0px';
[all …]
Dlit-table.ts338 this.treeElement!.style.top = this.theadElement?.clientHeight + 'px';
412 let top = document.createElement('lit-icon') as LitIcon; variable
413 top.classList.add('top');
414 top.name = 'up';
415 expand.append(top);
421 if (top.name == 'up' && bottom.name == 'down') {
422 top.name = 'down';
428 top.name = 'up';
619 tableRowObject.top = totalHeight;
664 visibleObjects[i].top <= tblScrollTop &&
[all …]
DTableRowObject.ts17 public top: number = 0; property in TableRowObject
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowRecyclerView.test.ts58 top: 0, constant
70 style: { top: 1, visibility: 'visible' },
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DTopComponent.ets17 * home页、报告页、我的页面top
33 .margin({ left: '15vp', top: '30vp' })
DHome.ets64 .margin({ top: '20vp' })
118 .margin({ top: '20vp', bottom: '40vp' })
162 .margin({ top: '10vp' })
163 .padding({ top: '8vp', right: '20vp', bottom: '8vp', left: '20vp' })
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css70 margin-top: 33%;
76 top: 80%;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DLineChart.ets107 …console.log("LineChart left:"+this.lineChartModel.left+", top:"+this.lineChartModel.top+", right:"…
162 top: number = 0;
195 this.top = 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…
293 this.clipYPath='M'+Utils.convertDpToPixel(this.minOffset/2)+' '+Utils.convertDpToPixel(rect.top)
294 +'L'+Utils.convertDpToPixel(this.width - this.minOffset/2)+' '+Utils.convertDpToPixel(rect.top)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/
DStartTestTitleComponent.ets28 .margin({ left: '5%', top: '30vp' })
38 .margin({ top: '30vp' })
/developtools/smartperf_host/ide/test/base-ui/table/
DTableRowObject.test.ts19 expect(new TableRowObject().top).toBe(0);
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts140 if (ev.clientY >= rect.top && ev.clientY < rect.top + rect.height / 2) {
143 } else if (ev.clientY <= rect.bottom && ev.clientY > rect.top + rect.height / 2) {
155 itln[0].rowEL.translateY = itln[0].rowEL.getBoundingClientRect().top - 195;
160 itln[1].rowEL.translateY = itln[1].rowEL.getBoundingClientRect().top - 195;
234 itln[0].rowEL.translateY = itln[0].rowEL.getBoundingClientRect().top - 195;
241 itln[1].rowEL.translateY = itln[1].rowEL.getBoundingClientRect().top - 195;
342 if (ev.clientY >= rect.top && ev.clientY < rect.top + rect.height / 2) {
345 } else if (ev.clientY <= rect.bottom && ev.clientY > rect.top + rect.height / 2) {
357 itln[0].rowEL.translateY = itln[0].rowEL.getBoundingClientRect().top - 195;
362 itln[1].rowEL.translateY = itln[1].rowEL.getBoundingClientRect().top - 195;
[all …]
/developtools/ace_js2bundle/ace-loader/test/card/testError/common/component/comp/
Dcomp.css6 margin-top: 100px;

1234