Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java155 final int scriptId = Builder.readScriptId(resources, subtype); in getScriptId()
341 static int readScriptId(final Resources resources, final InputMethodSubtype subtype) { in readScriptId() method in KeyboardLayoutSet.Builder