Searched refs:textBound (Results 1 – 1 of 1) sorted by relevance
234 final Rect textBound = new Rect(); in createIconBitmap() local235 paint.getTextBounds(index, 0, 1, textBound); in createIconBitmap()236 final float xOffset = (width / 2.f) - textBound.centerX(); in createIconBitmap()237 final float yOffset = (height / 2.f) - textBound.centerY(); in createIconBitmap()