Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboard.java54 public PasswordEntryKeyboard(Context context, int xmlLayoutResId) { in PasswordEntryKeyboard()
58 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int width, int height) { in PasswordEntryKeyboard()
62 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) { in PasswordEntryKeyboard()
67 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode, in PasswordEntryKeyboard()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java521 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard()
534 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, in Keyboard()
556 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { in Keyboard()