Searched refs:sTextHeightCache (Results 1 – 1 of 1) sorted by relevance
33 private static final SparseArray<Float> sTextHeightCache = new SparseArray<>(); field in TypefaceUtils39 synchronized (sTextHeightCache) { in getCharHeight()40 final Float cachedValue = sTextHeightCache.get(key); in getCharHeight()47 sTextHeightCache.put(key, height); in getCharHeight()