Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java214 final Keyboard cachedKeyboard = (ref == null) ? null : ref.get(); in getKeyboard() local
215 if (cachedKeyboard != null) { in getKeyboard()
219 return cachedKeyboard; in getKeyboard()