Searched refs:getKeyboard (Results 1 - 23 of 23) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java132 if (getKeyboard() != null || isShowingEmojiPalettes()) {
149 final Keyboard oldKeyboard = keyboardView.getKeyboard();
174 public Keyboard getKeyboard() { method in class:KeyboardSwitcher
176 return mKeyboardView.getKeyboard();
206 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET));
212 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED));
218 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED));
224 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED));
230 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED));
236 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardI
[all...]
H A DMoreKeysDetector.java37 final Keyboard keyboard = getKeyboard();
H A DKeyDetector.java73 public Keyboard getKeyboard() { method in class:KeyDetector
H A DMoreKeysKeyboardView.java76 final Keyboard keyboard = getKeyboard();
155 return ((MoreKeysKeyboard)getKeyboard()).getDefaultCoordX();
200 if (getKeyboard().hasProximityCharsCorrection(code)) {
H A DKeyboardLayoutSet.java140 public Keyboard getKeyboard(final int baseKeyboardLayoutSetElementId) { method in class:KeyboardLayoutSet
173 return getKeyboard(elementParams, id);
180 private Keyboard getKeyboard(final ElementParams elementParams, final KeyboardId id) { method in class:KeyboardLayoutSet
H A DMainKeyboardView.java345 final Keyboard keyboard = getKeyboard();
375 * @see #getKeyboard()
466 final Keyboard keyboard = getKeyboard();
585 context, key, getKeyboard(), isSingleMoreKeyWithPreview,
712 if (getKeyboard() == null) {
779 final Keyboard keyboard = getKeyboard();
901 final InputMethodSubtype subtype = getKeyboard().mId.mSubtype;
H A DKeyboardView.java182 * @see #getKeyboard()
199 public Keyboard getKeyboard() { method in class:KeyboardView
H A DPointerTracker.java257 final Keyboard keyboard = keyDetector.getKeyboard();
393 final Keyboard keyboard = keyDetector.getKeyboard();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestionsView.java69 final MoreSuggestions pane = (MoreSuggestions)getKeyboard();
80 mKeyDetector.setKeyboard(getKeyboard(), -getPaddingLeft(), -getPaddingTop());
90 final Keyboard keyboard = getKeyboard();
H A DSuggestionStripView.java335 final Keyboard parentKeyboard = mMainKeyboardView.getKeyboard();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategory.java138 getKeyboard(EmojiCategory.ID_RECENTS, 0 /* cagetoryPageId */)
144 getKeyboard(categoryId, 0 /* cagetoryPageId */);
243 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]);
268 return getKeyboard(categoryAndId.first, categoryAndId.second);
277 public DynamicGridKeyboard getKeyboard(final int categoryId, final int id) { method in class:EmojiCategory
286 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
292 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]);
297 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
H A DEmojiPalettesAdapter.java45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityDelegate.java84 protected final Keyboard getKeyboard() { method in class:KeyboardAccessibilityDelegate
H A DKeyboardAccessibilityNodeProvider.java90 setKeyboard(keyboardView.getKeyboard());
H A DMainKeyboardAccessibilityDelegate.java82 final Keyboard lastKeyboard = getKeyboard();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDistracterFilterCheckingExactMatchesAndSuggestions.java137 mKeyboard = layoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetActionLabelBase.java76 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
H A DKeyboardLayoutSetNavigateMoreKeysBase.java86 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DLayoutTestsBase.java159 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerService.java328 return keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java335 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1251 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard();
1347 final Keyboard currentKeyboard = mKeyboardSwitcher.getKeyboard();
1517 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard();
1860 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java456 * @see #getKeyboard()
500 public Keyboard getKeyboard() { method in class:KeyboardView

Completed in 165 milliseconds