Searched defs:getKeyboard (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DDictAndKeyboard.java41 mKeyboard = keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
43 keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED);
46 public Keyboard getKeyboard(final int codePoint) { method in class:DictAndKeyboard
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyDetector.java77 public Keyboard getKeyboard() { method in class:KeyDetector
H A DKeyboardLayoutSet.java133 public Keyboard getKeyboard(final int baseKeyboardLayoutSetElementId) { method in class:KeyboardLayoutSet
166 return getKeyboard(elementParams, id);
173 private Keyboard getKeyboard(final ElementParams elementParams, final KeyboardId id) { method in class:KeyboardLayoutSet
H A DKeyboardView.java168 * @see #getKeyboard()
186 public Keyboard getKeyboard() { method in class:KeyboardView
H A DKeyboardSwitcher.java171 if (getKeyboard() != null || isShowingEmojiPalettes()) {
188 final Keyboard oldKeyboard = keyboardView.getKeyboard();
204 public Keyboard getKeyboard() { method in class:KeyboardSwitcher
206 return mKeyboardView.getKeyboard();
240 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET));
246 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED));
252 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED));
258 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED));
264 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED));
270 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardI
[all...]
H A DEmojiPalettesView.java173 getKeyboard(CATEGORY_ID_RECENTS, 0 /* cagetoryPageId */)
179 getKeyboard(categoryId, 0 /* cagetoryPageId */);
278 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]);
303 return getKeyboard(categoryAndId.first, categoryAndId.second);
308 public DynamicGridKeyboard getKeyboard(int categoryId, int id) { method in class:EmojiPalettesView.EmojiCategory
315 mLayoutSet.getKeyboard(sCategoryElementId[categoryId]);
319 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
333 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
643 mRecentsKeyboard = mEmojiCategory.getKeyboard(CATEGORY_ID_RECENTS, 0);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java456 * @see #getKeyboard()
500 public Keyboard getKeyboard() { method in class:KeyboardView

Completed in 756 milliseconds