Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java335 } else if (isShowingKeyboardId(KeyboardId.ELEMENT_SYMBOLS_SHIFTED)) { in getKeyboardSwitchState()
416 public boolean isShowingKeyboardId(@Nonnull int... keyboardIds) { in isShowingKeyboardId() method in KeyboardSwitcher