Searched defs:maxHeight (Results 1 – 6 of 6) sorted by relevance
263 let maxHeight = max * 18 + 6; variable384 let maxHeight = max * 18 + 6; variable1005 let maxHeight: number = maxDepth * unitHeight; variable1063 let maxHeight = (maxDepth + 1) * 20; variable1406 let maxHeight = max * 18 + 6; variable1800 const maxHeight = this.calMaxHeight(asyncFunctions); constant1872 const maxHeight = this.calMaxHeight(asyncFunctions); constant
225 let maxHeight = res.maxDepth * FOLD_HEIGHT; variable
112 static maxHeight: number = 0; property in BinderStruct
189 maxHeight: 222, variable
69 private maxHeight = 0; property in SpChartList
595 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable