Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java344 final int xmlId = getXmlId(resources, layoutSetName); in readScriptId()
383 final int xmlId = getXmlId(mResources, mParams.mKeyboardLayoutSetName); in build()
393 private static int getXmlId(final Resources resources, final String keyboardLayoutSetName) { in getXmlId() method in KeyboardLayoutSet.Builder