Searched refs:mKeyboardLayoutSet (Results 1 – 2 of 2) sorted by relevance
62 private KeyboardLayoutSet mKeyboardLayoutSet; field in KeyboardSwitcher123 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()
45 private KeyboardLayoutSet mKeyboardLayoutSet; field in LayoutTestsBase56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */, in setUp()142 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId); in doKeyboardTests()