Home
last modified time | relevance | path

Searched refs:getKeyboard (Results 1 – 18 of 18) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java167 if (getKeyboard() != null) { in saveKeyboardState()
182 final Keyboard oldKeyboard = keyboardView.getKeyboard(); in setKeyboard()
198 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardSwitcher
200 return mKeyboardView.getKeyboard(); in getKeyboard()
237 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET)); in setAlphabetKeyboard()
243 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED)); in setAlphabetManualShiftedKeyboard()
249 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED)); in setAlphabetAutomaticShiftedKeyboard()
255 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED)); in setAlphabetShiftLockedKeyboard()
261 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED)); in setAlphabetShiftLockShiftedKeyboard()
267 setKeyboard(mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_SYMBOLS)); in setSymbolsKeyboard()
[all …]
DMainKeyboardView.java624 final Keyboard keyboard = getKeyboard(); in setAltCodeKeyWhileTypingAnimAlpha()
805 final Keyboard keyboard = getKeyboard(); in showKeyPreview()
1113 if (getKeyboard() == null) { in onTouchEvent()
1281 final Keyboard keyboard = getKeyboard(); in updateShortcutKey()
1410 final InputMethodSubtype subtype = getKeyboard().mId.mSubtype; in drawSpacebar()
DKeyboardLayoutSet.java130 public Keyboard getKeyboard(final int baseKeyboardLayoutSetElementId) { in getKeyboard() method in KeyboardLayoutSet
163 return getKeyboard(elementParams, id); in getKeyboard()
169 private Keyboard getKeyboard(final ElementParams elementParams, final KeyboardId id) { in getKeyboard() method in KeyboardLayoutSet
DMoreKeysKeyboardView.java60 final Keyboard keyboard = getKeyboard(); in onMeasure()
104 return ((MoreKeysKeyboard)getKeyboard()).getDefaultCoordX(); in getDefaultCoordX()
DPointerTracker.java405 final Keyboard keyboard = keyDetector.getKeyboard(); in setKeyDetector()
548 final Keyboard keyboard = keyDetector.getKeyboard(); in setKeyDetectorInner()
553 mKeyboard = keyDetector.getKeyboard(); in setKeyDetectorInner()
DMoreKeysDetector.java42 for (final Key key : getKeyboard().mKeys) { in detectHitKey()
DKeyDetector.java77 public Keyboard getKeyboard() { in getKeyboard() method in KeyDetector
DMoreKeysKeyboard.java273 final Keyboard parentKeyboard = parentKeyboardView.getKeyboard(); in Builder()
DKeyboardView.java178 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DDictAndKeyboard.java41 mKeyboard = keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET); in DictAndKeyboard()
43 keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED); in DictAndKeyboard()
46 public Keyboard getKeyboard(final int codePoint) { in getKeyboard() method in DictAndKeyboard
DAndroidWordLevelSpellCheckerSession.java299 composer.addKeyInfo(codePoint, dictInfo.getKeyboard(codePoint)); in onGetSuggestionsInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestionsView.java47 final MoreSuggestions pane = (MoreSuggestions)getKeyboard(); in getDefaultCoordX()
58 mKeyDetector.setKeyboard(getKeyboard(), -getPaddingLeft(), -getPaddingTop()); in adjustVerticalCorrectionForModalMode()
63 final Keyboard keyboard = getKeyboard(); in onCodeInput()
DSuggestionStripView.java697 final Keyboard parentKeyboard = KeyboardSwitcher.getInstance().getKeyboard(); in showMoreSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityEntityProvider.java159 final Keyboard keyboard = mKeyboardView.getKeyboard(); in createAccessibilityNodeInfo()
289 mKeyboardView.getContext(), mKeyboardView.getKeyboard(), key, shouldObscure); in getKeyDescription()
297 final Keyboard keyboard = mKeyboardView.getKeyboard(); in assignVirtualViewIds()
DAccessibleKeyboardViewProxy.java122 final int keyboardMode = mView.getKeyboard().mId.mMode; in setKeyboard()
347 final Keyboard keyboard = mView.getKeyboard(); in notifyShiftState()
377 final Keyboard keyboard = mView.getKeyboard(); in notifySymbolsState()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1423 final Keyboard currentKeyboard = switcher.getKeyboard(); in onCodeInput()
1519 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in handleNonSpecialCharacter()
2184 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in getSuggestedWords()
2486 mWordComposer.setComposingWord(typedWord, mKeyboardSwitcher.getKeyboard()); in restartSuggestionsOnWordTouchedByCursor()
2547 mWordComposer.setComposingWord(word, mKeyboardSwitcher.getKeyboard()); in restartSuggestionsOnWordBeforeCursor()
2803 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in dump()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java245 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard(); in changeLanguage()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java500 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardView