Searched refs:getSizePxString (Results 1 – 1 of 1) sorted by relevance
428 rowHeadersClipPanel.setHeight(getSizePxString(newHeightPx)); in fillWindow()429 columnHeadersClipPanel.setWidth(getSizePxString(newWidthPx)); in fillWindow()430 scrollPanel.setSize(getSizePxString(newWidthPx + SCROLLBAR_FUDGE), in fillWindow()431 getSizePxString(newHeightPx + SCROLLBAR_FUDGE)); in fillWindow()443 protected String getSizePxString(int sizePx) { in getSizePxString() method in Spreadsheet453 rowHeadersClipPanel.setWidth(getSizePxString(width)); in expandRowHeaders()