Searched refs:xmlLayoutResId (Results 1 – 1 of 1) sorted by relevance
522 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard() argument523 this(context, xmlLayoutResId, 0); in Keyboard()533 public Keyboard(Context context, int xmlLayoutResId, int modeId) { in Keyboard() argument545 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); in Keyboard()