HomeSort by relevance Sort by last modified time
    Searched refs:getKeyboard (Results 1 - 25 of 54) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 132 if (getKeyboard() != null || isShowingEmojiPalettes()) {
149 final Keyboard oldKeyboard = keyboardView.getKeyboard();
174 public Keyboard getKeyboard() {
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(KeyboardId.ELEMENT_SYMBOLS))
    [all...]
MoreKeysDetector.java 37 final Keyboard keyboard = getKeyboard();
KeyDetector.java 73 public Keyboard getKeyboard() {
MoreKeysKeyboardView.java 76 final Keyboard keyboard = getKeyboard();
155 return ((MoreKeysKeyboard)getKeyboard()).getDefaultCoordX();
200 if (getKeyboard().hasProximityCharsCorrection(code)) {
KeyboardLayoutSet.java 140 public Keyboard getKeyboard(final int baseKeyboardLayoutSetElementId) {
173 return getKeyboard(elementParams, id);
180 private Keyboard getKeyboard(final ElementParams elementParams, final KeyboardId id) {
MainKeyboardView.java 345 final Keyboard keyboard = getKeyboard();
375 * @see #getKeyboard()
466 final Keyboard keyboard = getKeyboard();
585 context, key, getKeyboard(), isSingleMoreKeyWithPreview,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 69 final MoreSuggestions pane = (MoreSuggestions)getKeyboard();
80 mKeyDetector.setKeyboard(getKeyboard(), -getPaddingLeft(), -getPaddingTop());
90 final Keyboard keyboard = getKeyboard();
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 51 final LatinKeyboard keyboard = (LatinKeyboard)getKeyboard();
SoftKeyboard.java 456 && mInputView != null && mQwertyKeyboard == mInputView.getKeyboard()) {
529 Keyboard current = mInputView.getKeyboard();
603 Keyboard currentKeyboard = mInputView.getKeyboard();
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 48 int[] indices = getKeyboard().getShiftKeyIndices();
PasswordEntryKeyboardHelper.java 248 final Keyboard current = mKeyboardView.getKeyboard();
270 Keyboard current = mKeyboardView.getKeyboard();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 138 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) {
286 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
292 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]);
297 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS),
EmojiPalettesAdapter.java 45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0);
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 116 public InputKeyboard getKeyboard() {
InputGameInterface.java 79 final InputButton[] keys = input.getKeyboard().getKeys();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityDelegate.java 84 protected final Keyboard getKeyboard() {
KeyboardAccessibilityNodeProvider.java 90 setKeyboard(keyboardView.getKeyboard());
MainKeyboardAccessibilityDelegate.java 82 final Keyboard lastKeyboard = getKeyboard();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DistracterFilterCheckingExactMatchesAndSuggestions.java 137 mKeyboard = layoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetActionLabelBase.java 76 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
KeyboardLayoutSetNavigateMoreKeysBase.java 86 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 159 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 328 return keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 335 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 432 milliseconds

1 2 3