Home
last modified time | relevance | path

Searched refs:sTextWidthCache (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java53 private static final SparseArray<Float> sTextWidthCache = new SparseArray<>(); field in TypefaceUtils
59 synchronized (sTextWidthCache) { in getCharWidth()
60 final Float cachedValue = sTextWidthCache.get(key); in getCharWidth()
67 sTextWidthCache.put(key, width); in getCharWidth()