Searched refs:textBounds (Results 1 – 1 of 1) sorted by relevance
302 final Rect textBounds = new Rect(); in calculateTextHeight() local305 textBounds.setEmpty(); in calculateTextHeight()308 paint.getTextBounds(textHeightSample, 0, textHeightSample.length(), textBounds); in calculateTextHeight()310 textBounds.left = 0; in calculateTextHeight()311 textBounds.right = 0; in calculateTextHeight()313 return textBounds.height(); in calculateTextHeight()