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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java69 public KeysCache mKeysCache; field in class:KeyboardParams
86 final Key key = (mKeysCache != null) ? mKeysCache.get(newKey) : newKey;
H A DKeyboardBuilder.java160 mParams.mKeysCache = keysCache;

Completed in 1123 milliseconds