Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboard.java66 public PasswordEntryKeyboard(Context context, int xmlLayoutResId) { in PasswordEntryKeyboard() argument
67 this(context, xmlLayoutResId, 0); in PasswordEntryKeyboard()
70 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) { in PasswordEntryKeyboard() argument
71 super(context, xmlLayoutResId, mode); in PasswordEntryKeyboard()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java504 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard() argument
505 this(context, xmlLayoutResId, 0); in Keyboard()
515 public Keyboard(Context context, int xmlLayoutResId, int modeId) { in Keyboard() argument
528 loadKeyboard(context, context.getResources().getXml(xmlLayoutResId)); in Keyboard()