Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java70 public KeysCache mKeysCache; field in KeyboardParams
99 final Key key = (mKeysCache != null) ? mKeysCache.get(newKey) : newKey; in onAddKey()
DKeyboardBuilder.java162 mParams.mKeysCache = keysCache; in setAutoGenerate()