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.ts263 let maxHeight = max * 18 + 6; variable
384 let maxHeight = max * 18 + 6; variable
1005 let maxHeight: number = maxDepth * unitHeight; variable
1063 let maxHeight = (maxDepth + 1) * 20; variable
1406 let maxHeight = max * 18 + 6; variable
1800 const maxHeight = this.calMaxHeight(asyncFunctions); constant
1872 const maxHeight = this.calMaxHeight(asyncFunctions); constant
DSpHiPerf.ts225 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.ts189 maxHeight: 222, variable
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts69 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