Searched refs:xmlLayoutResId (Results 1 – 1 of 1) sorted by relevance
43 public LatinKeyboard(Context context, int xmlLayoutResId) { in LatinKeyboard() argument44 this(context, xmlLayoutResId, 0); in LatinKeyboard()47 public LatinKeyboard(Context context, int xmlLayoutResId, int mode) { in LatinKeyboard() argument48 super(context, xmlLayoutResId, mode); in LatinKeyboard()