Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java151 public static int getScriptId(final Resources resources, in getScriptId() method in KeyboardLayoutSet
253 public int getScriptId() { in getScriptId() method in KeyboardLayoutSet
DKeyboardSwitcher.java501 return mKeyboardLayoutSet.getScriptId(); in getCurrentKeyboardScriptId()