Home
last modified time | relevance | path

Searched refs:keyboardId (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java150 final KeyboardId keyboardId = keyboard.mId; in getDescriptionForSwitchAlphaSymbol() local
151 final int elementId = keyboardId.mElementId; in getDescriptionForSwitchAlphaSymbol()
188 final KeyboardId keyboardId = keyboard.mId; in getDescriptionForShiftKey() local
189 final int elementId = keyboardId.mElementId; in getDescriptionForShiftKey()
223 final KeyboardId keyboardId = keyboard.mId; in getDescriptionForActionKey() local
224 final int actionId = keyboardId.imeAction(); in getDescriptionForActionKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java145 @Nonnull final int keyboardId, in setKeyboard()
153 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard()
316 KeyboardSwitchState(int keyboardId) { in KeyboardSwitchState() argument
317 mKeyboardId = keyboardId; in KeyboardSwitchState()
417 for (int keyboardId : keyboardIds) { in isShowingKeyboardId()
418 if (activeKeyboardId == keyboardId) { in isShowingKeyboardId()
DKeyboardLayoutSet.java98 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) { in KeyboardLayoutSetException() argument
100 mKeyboardId = keyboardId; in KeyboardLayoutSetException()