Searched refs:textBounds (Results 1 – 1 of 1) sorted by relevance
126 Rect textBounds = new Rect(); in PointGraphView() local127 mPaint.getTextBounds("8.8", 0, 3, textBounds); in PointGraphView()128 mLabelWidth = textBounds.width() + dp(2); in PointGraphView()129 mLabelHeight = textBounds.height(); in PointGraphView()