Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java522 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard() argument
523 this(context, xmlLayoutResId, 0); in Keyboard()
533 public Keyboard(Context context, int xmlLayoutResId, int modeId) { in Keyboard() argument
545 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); in Keyboard()