Home
last modified time | relevance | path

Searched refs:textBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DRenderingJitter.java126 Rect textBounds = new Rect(); in PointGraphView() local
127 mPaint.getTextBounds("8.8", 0, 3, textBounds); in PointGraphView()
128 mLabelWidth = textBounds.width() + dp(2); in PointGraphView()
129 mLabelHeight = textBounds.height(); in PointGraphView()