Searched defs:maxHeight (Results 1 – 6 of 6) sorted by relevance
269 let maxHeight = max * 18 + 6; variable391 let maxHeight = max * 18 + 6; variable1100 let maxHeight: number = maxDepth * unitHeight; variable1158 let maxHeight = (maxDepth + 1) * 20; variable1502 let maxHeight = max * 18 + 6; variable1900 const maxHeight = this.calMaxHeight(asyncFunctions); constant1982 const maxHeight = this.calMaxHeight(asyncFunctions); constant
228 let maxHeight = res.maxDepth * FOLD_HEIGHT; variable
112 static maxHeight: number = 0; property in BinderStruct
189 maxHeight: 222, variable
70 private maxHeight = 0; property in SpChartList
604 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable