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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java519 * @param xmlLayoutResId the resource file that contains the keyboard layout and keys.
521 public Keyboard(Context context, int xmlLayoutResId) { argument
522 this(context, xmlLayoutResId, 0);
529 * @param xmlLayoutResId the resource file that contains the keyboard layout and keys.
534 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, argument
546 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId));
553 * @param xmlLayoutResId the resource file that contains the keyboard layout and keys.
556 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { argument
569 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId));

Completed in 53 milliseconds