Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java205 getKeyboard(EmojiCategory.ID_RECENTS, 0 /* categoryPageId */); in EmojiCategory()
223 getKeyboard(categoryId, 0 /* categoryPageId */); in addShownCategoryId()
331 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]); in getCategoryPageCount()
356 return getKeyboard(categoryAndId.first, categoryAndId.second); in getKeyboardFromPagePosition()
365 public DynamicGridKeyboard getKeyboard(final int categoryId, final int id) { in getKeyboard() method in EmojiCategory
374 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS), in getKeyboard()
380 final Keyboard keyboard = mLayoutSet.getKeyboard(sCategoryElementId[categoryId]); in getKeyboard()
385 mLayoutSet.getKeyboard(KeyboardId.ELEMENT_EMOJI_RECENTS), in getKeyboard()
DEmojiPalettesAdapter.java45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0); in EmojiPalettesAdapter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java137 if (getKeyboard() != null || isShowingEmojiPalettes()) { in saveKeyboardState()
156 final Keyboard oldKeyboard = keyboardView.getKeyboard(); in setKeyboard()
157 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard()
182 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardSwitcher
184 return mKeyboardView.getKeyboard(); in getKeyboard()
300 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET); in setEmojiKeyboard()
420 int activeKeyboardId = mKeyboardView.getKeyboard().mId.mElementId; in isShowingKeyboardId()
485 final Keyboard keyboard = getKeyboard(); in getKeyboardShiftMode()
DMainKeyboardView.java356 final Keyboard keyboard = getKeyboard(); in setAltCodeKeyWhileTypingAnimAlpha()
475 final Keyboard keyboard = getKeyboard(); in showKeyPreview()
613 getContext(), key, getKeyboard(), isSingleMoreKeyWithPreview, in showMoreKeysKeyboard()
698 if (getKeyboard() == null) { in onTouchEvent()
764 final Keyboard keyboard = getKeyboard(); in updateShortcutKey()
863 final Keyboard keyboard = getKeyboard(); in drawLanguageOnSpacebar()
DMoreKeysKeyboardView.java76 final Keyboard keyboard = getKeyboard(); in onMeasure()
155 return ((MoreKeysKeyboard)getKeyboard()).getDefaultCoordX(); in getDefaultCoordX()
200 if (getKeyboard().hasProximityCharsCorrection(code)) { in onKeyInput()
DKeyboardView.java207 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardView
226 final Keyboard keyboard = getKeyboard(); in onMeasure()
282 final Keyboard keyboard = getKeyboard(); in onDrawKeyboard()
391 final Keyboard keyboard = getKeyboard(); in onDrawKeyTopVisuals()
DKeyboardLayoutSet.java168 public Keyboard getKeyboard(final int baseKeyboardLayoutSetElementId) { in getKeyboard() method in KeyboardLayoutSet
204 return getKeyboard(elementParams, id); in getKeyboard()
212 private Keyboard getKeyboard(final ElementParams elementParams, final KeyboardId id) { in getKeyboard() method in KeyboardLayoutSet
DMoreKeysDetector.java37 final Keyboard keyboard = getKeyboard(); in detectHitKey()
DKeyDetector.java73 public Keyboard getKeyboard() { in getKeyboard() method in KeyDetector
DPointerTracker.java209 final Keyboard keyboard = keyDetector.getKeyboard(); in setKeyDetector()
345 final Keyboard keyboard = keyDetector.getKeyboard(); in setKeyDetectorInner()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestionsView.java72 final MoreSuggestions pane = (MoreSuggestions)getKeyboard(); in getDefaultCoordX()
84 mKeyDetector.setKeyboard(getKeyboard(), -getPaddingLeft(), -getPaddingTop()); in setModalMode()
98 final Keyboard keyboard = getKeyboard(); in onKeyInput()
DSuggestionStripView.java301 final Keyboard parentKeyboard = mMainKeyboardView.getKeyboard(); in showMoreSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java945 switcher.getKeyboard()); in onStartInputViewInternal()
1344 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in getCoordinatesForCurrentKeyboard()
1411 final Keyboard currentKeyboard = mKeyboardSwitcher.getKeyboard(); in getCodePointForKeyboard()
1487 mKeyboardSwitcher.getKeyboard()); in onStartBatchInput()
1603 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in getSuggestedWords()
1958 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); in dump()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DActionTestsBase.java82 final Keyboard keyboard = layoutSet.getKeyboard(elementId); in assertActionKey()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java142 final Keyboard keyboard = mKeyboardLayoutSet.getKeyboard(elementId); in doKeyboardTests()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityDelegate.java84 protected final Keyboard getKeyboard() { in getKeyboard() method in KeyboardAccessibilityDelegate
DKeyboardAccessibilityNodeProvider.java90 setKeyboard(keyboardView.getKeyboard()); in KeyboardAccessibilityNodeProvider()
DMainKeyboardAccessibilityDelegate.java79 final Keyboard lastKeyboard = getKeyboard(); in setKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java230 return keyboardLayoutSet.getKeyboard(KeyboardId.ELEMENT_ALPHABET); in createKeyboardForLocale()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java275 if (mKeyboardView.getKeyboard() == mQweKeyboard) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java86 final Keyboard keyboard = layoutSet.getKeyboard(elementId); in doTestMoreKeysOf()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java400 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard(); in changeLanguageWithoutWait()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java184 public Keyboard getKeyboard() { in getKeyboard() method in LeanbackKeyboardView
DLeanbackKeyboardContainer.java1183 if (mMainKeyboardView.getKeyboard().equals(mSymKeyboard)) { in onModeChangeClick()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java559 public Keyboard getKeyboard() { in getKeyboard() method in KeyboardView