Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinKeyboard.java43 public LatinKeyboard(Context context, int xmlLayoutResId) { in LatinKeyboard() argument
44 this(context, xmlLayoutResId, 0); in LatinKeyboard()
47 public LatinKeyboard(Context context, int xmlLayoutResId, int mode) { in LatinKeyboard() argument
48 super(context, xmlLayoutResId, mode); in LatinKeyboard()