Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java33 private static final SparseArray<Float> sTextHeightCache = new SparseArray<>(); field in TypefaceUtils
39 synchronized (sTextHeightCache) { in getCharHeight()
40 final Float cachedValue = sTextHeightCache.get(key); in getCharHeight()
47 sTextHeightCache.put(key, height); in getCharHeight()