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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 62 private KeyboardLayoutSet mKeyboardLayoutSet;
123 mKeyboardLayoutSet = builder.build();
153 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId);
296 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
323 && (mKeyboardLayoutSet == null
498 if (null == mKeyboardLayoutSet) {
501 return mKeyboardLayoutSet.getScriptId();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 45 private KeyboardLayoutSet mKeyboardLayoutSet;
56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */,
142 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId);

Completed in 412 milliseconds