Searched defs:loadKeyboard (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateTestsBase.java34 loadKeyboard(ALPHABET_UNSHIFTED);
67 public void loadKeyboard(final int afterLoad) { method in class:KeyboardStateTestsBase
68 mSwitcher.loadKeyboard();
80 mSwitcher.loadKeyboard();
H A DMockKeyboardSwitcher.java153 public void loadKeyboard() { method in class:MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java110 public void loadKeyboard(final EditorInfo editorInfo, final SettingsValues settingsValues, method in class:KeyboardSwitcher
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java545 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId));
756 private void loadKeyboard(Context context, XmlResourceParser parser) { method in class:Keyboard
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java268 latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(),
805 loadKeyboard();
904 // this case we will need to call loadKeyboard() later, when it's accessible, so that we
939 // If we have a hardware keyboard we don't need to call loadKeyboard later anyway.
957 switcher.loadKeyboard(editorInfo, currentSettingsValues, getCurrentAutoCapsState(),
960 // If we need to call loadKeyboard again later, we need to save its state now. The
1195 loadKeyboard();
1586 void loadKeyboard() { method in class:LatinIME
1596 mKeyboardSwitcher.loadKeyboard(getCurrentInputEditorInfo(), mSettings.getCurrent(),

Completed in 75 milliseconds