Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts260 let maxHeight = max * 18 + 6; variable
381 let maxHeight = max * 18 + 6; variable
985 let maxHeight: number = maxDepth * unitHeight; variable
1043 let maxHeight = (maxDepth + 1) * 20; variable
1229 let maxHeight = max * 18 + 6; variable
1613 const maxHeight = this.calMaxHeight(asyncFunctions); constant
1684 const maxHeight = this.calMaxHeight(asyncFunctions); constant
DSpHiPerf.ts224 let maxHeight = res.maxDepth * FOLD_HEIGHT; variable
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DprocedureWorkerBinder.ts112 static maxHeight: number = 0; property in BinderStruct
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFunc.test.ts183 maxHeight: 222, variable
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts68 private maxHeight = 0; property in SpChartList
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts595 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable