Searched refs:sTextWidthCache (Results 1 – 1 of 1) sorted by relevance
53 private static final SparseArray<Float> sTextWidthCache = new SparseArray<>(); field in TypefaceUtils59 synchronized (sTextWidthCache) { in getCharWidth()60 final Float cachedValue = sTextWidthCache.get(key); in getCharWidth()67 sTextWidthCache.put(key, width); in getCharWidth()