Home
last modified time | relevance | path

Searched defs:maxHeight (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts269 let maxHeight = max * 18 + 6; variable
391 let maxHeight = max * 18 + 6; variable
1100 let maxHeight: number = maxDepth * unitHeight; variable
1158 let maxHeight = (maxDepth + 1) * 20; variable
1502 let maxHeight = max * 18 + 6; variable
1900 const maxHeight = this.calMaxHeight(asyncFunctions); constant
1982 const maxHeight = this.calMaxHeight(asyncFunctions); constant
DSpHiPerf.ts228 let maxHeight = res.maxDepth * FOLD_HEIGHT; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DprocedureWorkerBinder.ts112 static maxHeight: number = 0; property in BinderStruct
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFunc.test.ts189 maxHeight: 222, variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts70 private maxHeight = 0; property in SpChartList
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts604 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable