Searched defs:sTextHeightCache (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds