Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java211 public boolean hasKey(@Nonnull final Key aKey) { in hasKey() argument
212 if (mKeyCache.indexOfValue(aKey) >= 0) { in hasKey()
217 if (key == aKey) { in hasKey()