Searched refs:areaHeight (Results 1 – 1 of 1) sorted by relevance
501 int areaHeight = clientArea.height; in doResize() local503 Point buttonSize = m_arrow.computeSize(areaHeight, areaHeight); in doResize()504 Point textSize = m_text.computeSize(areaWidth - buttonSize.x, areaHeight); in doResize()508 m_text.setSize(areaWidth - buttonSize.x, Math.max(textSize.y, areaHeight)); in doResize()