Searched refs:spaceAbove (Results 1 – 5 of 5) sorted by relevance
136 public function setSpaceAbove(Dimension $spaceAbove) argument138 $this->spaceAbove = $spaceAbove;145 return $this->spaceAbove;
325 public function setSpaceAbove(Dimension $spaceAbove) argument327 $this->spaceAbove = $spaceAbove;334 return $this->spaceAbove;
29253 …var spaceAbove = textareaOffset.top - containerOffset.top - headersHeight + trimmingContainerScrol…29254 var spaceBelow = trimmingContainer.scrollHeight - spaceAbove - headersHeight - textareaHeight;29255 var flipNeeded = dropdownHeight > spaceBelow && spaceAbove > spaceBelow;29263 this.limitDropdownIfNeeded(flipNeeded ? spaceAbove : spaceBelow, dropdownHeight);
1 …spaceAbove=textareaOffset.top-containerOffset.top-headersHeight+trimmingContainerScrollTop;var spa…
3 …spaceAbove:Math.round(e),spaceBelow:Math.round(t),lineLength:Math.round(n)}})},this.addText=functi… property