HomeSort by relevance Sort by last modified time
    Searched refs:PasswordEntryKeyboard (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 47 private PasswordEntryKeyboard mQwertyKeyboard;
48 private PasswordEntryKeyboard mQwertyKeyboardShifted;
49 private PasswordEntryKeyboard mSymbolsKeyboard;
50 private PasswordEntryKeyboard mSymbolsKeyboardShifted;
51 private PasswordEntryKeyboard mNumericKeyboard;
86 mNumericKeyboard = new PasswordEntryKeyboard(mContext, R.xml.password_kbd_numeric,
88 mQwertyKeyboard = new PasswordEntryKeyboard(mContext,
92 mQwertyKeyboardShifted = new PasswordEntryKeyboard(mContext,
98 mSymbolsKeyboard = new PasswordEntryKeyboard(mContext, R.xml.password_kbd_symbols,
102 mSymbolsKeyboardShifted = new PasswordEntryKeyboard(mContext
    [all...]
PasswordEntryKeyboard.java 35 public class PasswordEntryKeyboard extends Keyboard {
55 public PasswordEntryKeyboard(Context context, int xmlLayoutResId) {
59 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int width, int height) {
63 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) {
68 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode,
82 public PasswordEntryKeyboard(Context context, int layoutTemplateResId,
263 y += PasswordEntryKeyboard.sSpacebarVerticalCorrection;

Completed in 51 milliseconds