Home
last modified time | relevance | path

Searched refs:setKeyboard (Results 1 – 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java148 private void setKeyboard( in setKeyboard() method in KeyboardSwitcher
158 keyboardView.setKeyboard(newKeyboard); in setKeyboard()
217 setKeyboard(KeyboardId.ELEMENT_ALPHABET, KeyboardSwitchState.OTHER); in setAlphabetKeyboard()
226 setKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED, KeyboardSwitchState.OTHER); in setAlphabetManualShiftedKeyboard()
235 setKeyboard(KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED, KeyboardSwitchState.OTHER); in setAlphabetAutomaticShiftedKeyboard()
244 setKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED, KeyboardSwitchState.OTHER); in setAlphabetShiftLockedKeyboard()
253 setKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED, KeyboardSwitchState.OTHER); in setAlphabetShiftLockShiftedKeyboard()
262 setKeyboard(KeyboardId.ELEMENT_SYMBOLS, KeyboardSwitchState.OTHER); in setSymbolsKeyboard()
271 setKeyboard(KeyboardId.ELEMENT_SYMBOLS_SHIFTED, KeyboardSwitchState.SYMBOLS_SHIFTED); in setSymbolsShiftedKeyboard()
358 setKeyboard(toggleState.mKeyboardId, toggleState); in onToggleKeyboard()
DMoreKeysKeyboardView.java104 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in MoreKeysKeyboardView
105 super.setKeyboard(keyboard); in setKeyboard()
106 mKeyDetector.setKeyboard( in setKeyboard()
115 mAccessibilityDelegate.setKeyboard(keyboard); in setKeyboard()
DMainKeyboardView.java390 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in MainKeyboardView
393 super.setKeyboard(keyboard); in setKeyboard()
394 mKeyDetector.setKeyboard( in setKeyboard()
407 mAccessibilityDelegate.setKeyboard(keyboard); in setKeyboard()
624 moreKeysKeyboardView.setKeyboard(moreKeysKeyboard); in showMoreKeysKeyboard()
DKeyDetector.java49 public void setKeyboard(final Keyboard keyboard, final float correctionX, in setKeyboard() method in KeyDetector
DKeyboardView.java192 public void setKeyboard(@Nonnull final Keyboard keyboard) { in setKeyboard() method in KeyboardView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java81 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in EmojiPageKeyboardView
82 super.setKeyboard(keyboard); in setKeyboard()
83 mKeyDetector.setKeyboard(keyboard, 0 /* correctionX */, 0 /* correctionY */); in setKeyboard()
88 mAccessibilityDelegate.setKeyboard(keyboard); in setKeyboard()
DEmojiPalettesAdapter.java120 keyboardView.setKeyboard(keyboard); in instantiateItem()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestionsView.java56 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in MoreSuggestionsView
57 super.setKeyboard(keyboard); in setKeyboard()
84 mKeyDetector.setKeyboard(getKeyboard(), -getPaddingLeft(), -getPaddingTop()); in setModalMode()
DSuggestionStripView.java316 mMoreSuggestionsView.setKeyboard(builder.build()); in showMoreSuggestions()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java194 mKeyboardView.setKeyboard(mQweKeyboard, getLocale()); in onStartInputView()
276 mKeyboardView.setKeyboard(mSymbolKeyboard, getLocale());
278 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
290 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityDelegate.java74 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in KeyboardAccessibilityDelegate
79 mAccessibilityNodeProvider.setKeyboard(keyboard); in setKeyboard()
DMainKeyboardAccessibilityDelegate.java75 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in MainKeyboardAccessibilityDelegate
80 super.setKeyboard(keyboard); in setKeyboard()
DKeyboardAccessibilityNodeProvider.java90 setKeyboard(keyboardView.getKeyboard()); in KeyboardAccessibilityNodeProvider()
98 public void setKeyboard(final Keyboard keyboard) { in setKeyboard() method in KeyboardAccessibilityNodeProvider
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java754 mMainKeyboardView.setKeyboard(mInitialMainKeyboard); in onStartInputView()
1184 mMainKeyboardView.setKeyboard(mAbcKeyboard); in onModeChangeClick()
1186 mMainKeyboardView.setKeyboard(mSymKeyboard); in onModeChangeClick()
DLeanbackKeyboardView.java245 public void setKeyboard(Keyboard keyboard) { in setKeyboard() method in LeanbackKeyboardView
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java533 public void setKeyboard(Keyboard keyboard, Locale locale) { in setKeyboard() method in KeyboardView
1173 mPopupKeyboardView.setKeyboard(keyboard, mLocale); in onLongPress()