Lines Matching refs:maxHeight
149 let maxHeight = max * 20;
150 funcRow.style.height = `${maxHeight}px`;
151 funcRow.setAttribute('height', `${maxHeight}`);
360 let maxHeight: number = maxDepth * unitHeight;
361 expectedRow.style.height = `${maxHeight}px`;
362 expectedRow.setAttribute('height', `${maxHeight}`);
415 let maxHeight: number = maxDepth * unitHeight;
416 actualRow.style.height = `${maxHeight}px`;
417 actualRow.setAttribute('height', `${maxHeight}`);
631 let maxHeight = max * 20;
641 funcRow.style.height = `${maxHeight}px`;
642 funcRow.setAttribute('height', `${maxHeight}`);
802 let maxHeight = max * 20;
811 funcRow.style.height = `${maxHeight}px`;
925 let maxHeight = (maxDepth + 1) * 20;
932 soRow.style.height = `${maxHeight}px`;