Searched refs:boundRect (Results 1 – 1 of 1) sorted by relevance
574 Rect boundRect = new Rect(); in updateTextSize() local579 paint.getTextBounds(widestText, 0, widestText.length(), boundRect); in updateTextSize()580 float height = boundRect.height() + width - boundRect.width(); in updateTextSize()