Searched refs:xmlLayoutResId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | PasswordEntryKeyboard.java | 54 public PasswordEntryKeyboard(Context context, int xmlLayoutResId) { in PasswordEntryKeyboard() argument 55 this(context, xmlLayoutResId, 0); in PasswordEntryKeyboard() 58 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int width, int height) { in PasswordEntryKeyboard() argument 59 this(context, xmlLayoutResId, 0, width, height); in PasswordEntryKeyboard() 62 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) { in PasswordEntryKeyboard() argument 63 super(context, xmlLayoutResId, mode); in PasswordEntryKeyboard() 67 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode, in PasswordEntryKeyboard() argument 69 super(context, xmlLayoutResId, mode, width, height); in PasswordEntryKeyboard()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 521 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard() argument 522 this(context, xmlLayoutResId, 0); in Keyboard() 534 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, in Keyboard() argument 546 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); in Keyboard() 556 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { in Keyboard() argument 569 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); in Keyboard()
|