Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DDynamicGridKeyboard.java214 final ArrayList<Key> cachedKeys = new ArrayList<Key>(mGridKeys); in getSortedKeys() local
215 mCachedGridKeys = Collections.unmodifiableList(cachedKeys); in getSortedKeys()