Searched refs:textBounds (Results 1 – 2 of 2) sorted by relevance
87 final Rect textBounds = new Rect(); in getLabelWidth() local88 paint.getTextBounds(label, 0, label.length(), textBounds); in getLabelWidth()89 return textBounds.width(); in getLabelWidth()
95 final Rect textBounds = new Rect(); in onDraw() local98 textPaint.getTextBounds("x", 0, 1, textBounds); in onDraw()118 final int bottom = (h + textBounds.height()) / 2; in onDraw()