Searched refs:sTextHeightBounds (Results 1 – 1 of 1) sorted by relevance
35 private static final Rect sTextHeightBounds = new Rect(); field in TypefaceUtils45 paint.getTextBounds(referenceChar, 0, 1, sTextHeightBounds); in getCharHeight()46 final float height = sTextHeightBounds.height(); in getCharHeight()