Searched refs:sTextWidthCache (Results 1 – 1 of 1) sorted by relevance
52 private static final SparseArray<Float> sTextWidthCache = CollectionUtils.newSparseArray(); field in TypefaceUtils58 synchronized (sTextWidthCache) { in getCharWidth()59 final Float cachedValue = sTextWidthCache.get(key); in getCharWidth()66 sTextWidthCache.put(key, width); in getCharWidth()