Searched refs:mTextBounds (Results 1 – 1 of 1) sorted by relevance
58 private final Rect mTextBounds = new Rect(); field in SampleWallpaper.MySampleEngine143 canvas.drawText(mShowingText, centerX - mTextBounds.exactCenterX(), in draw()144 centerY - mTextBounds.exactCenterY(), mPaint); in draw()239 mPaint.getTextBounds(mShowingText, 0, mShowingText.length(), mTextBounds);