HomeSort by relevance Sort by last modified time
    Searched refs:mKeysCache (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 70 public KeysCache mKeysCache;
99 final Key key = (mKeysCache != null) ? mKeysCache.get(newKey) : newKey;
KeyboardBuilder.java 162 mParams.mKeysCache = keysCache;
    [all...]

Completed in 224 milliseconds