Searched defs:mNumericKeyboard (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java50 private PasswordEntryKeyboard mNumericKeyboard; field in class:PasswordEntryKeyboardHelper
118 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC], width, height);
138 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC]);
167 mKeyboardView.setKeyboard(mNumericKeyboard);

Completed in 137 milliseconds