Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DMoreKeysResources.java84 final int histogramValue = nameHistogram.get(res.mName); in MoreKeysResources() local
85 nameHistogram.put(res.mName, histogramValue + 1); in MoreKeysResources()
159 final int histogramValue = mNameHistogram.get(name); in dumpNames() local
160 out.format(" /* %3d:%2d */ \"%s\",\n", index, histogramValue, name); in dumpNames()