Searched defs:xmlLayoutResId (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java520 * @param xmlLayoutResId the resource file that contains the keyboard layout and keys.
522 public Keyboard(Context context, int xmlLayoutResId) { argument
523 this(context, xmlLayoutResId, 0);
530 * @param xmlLayoutResId the resource file that contains the keyboard layout and keys.
533 public Keyboard(Context context, int xmlLayoutResId, int modeId) { argument
545 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId));

Completed in 37 milliseconds