Searched defs:maxHeight (Results 1 – 6 of 6) sorted by relevance
260 let maxHeight = max * 18 + 6; variable381 let maxHeight = max * 18 + 6; variable985 let maxHeight: number = maxDepth * unitHeight; variable1043 let maxHeight = (maxDepth + 1) * 20; variable1229 let maxHeight = max * 18 + 6; variable1613 const maxHeight = this.calMaxHeight(asyncFunctions); constant1684 const maxHeight = this.calMaxHeight(asyncFunctions); constant
224 let maxHeight = res.maxDepth * FOLD_HEIGHT; variable
112 static maxHeight: number = 0; property in BinderStruct
183 maxHeight: 222, variable
68 private maxHeight = 0; property in SpChartList
595 let maxHeight = Math.max(totalHeight, this.tableElement!.scrollTop); variable