Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java62 private KeyboardLayoutSet mKeyboardLayoutSet; field in KeyboardSwitcher
123 mKeyboardLayoutSet = builder.build(); in loadKeyboard()
153 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard()
296 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET); in setEmojiKeyboard()
323 && (mKeyboardLayoutSet == null in getKeyboardSwitchState()
498 if (null == mKeyboardLayoutSet) { in getCurrentKeyboardScriptId()
501 return mKeyboardLayoutSet.getScriptId(); in getCurrentKeyboardScriptId()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java45 private KeyboardLayoutSet mKeyboardLayoutSet; field in LayoutTestsBase
56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */, in setUp()
142 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId); in doKeyboardTests()