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

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 46 private PasswordEntryKeyboard mQwertyKeyboard;
119 mQwertyKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[QWERTY], R.id.mode_normal,
121 mQwertyKeyboard.enableShiftLock();
139 mQwertyKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[QWERTY], R.id.mode_normal);
140 mQwertyKeyboard.enableShiftLock();
158 mKeyboardView.setKeyboard(mQwertyKeyboard);
250 if (current == mQwertyKeyboard || current == mQwertyKeyboardShifted) {
253 next = mQwertyKeyboard;
272 final boolean isAlphaMode = current == mQwertyKeyboard
282 next = isAlphaMode ? mQwertyKeyboard : mSymbolsKeyboard
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 76 private LatinKeyboard mQwertyKeyboard;
97 if (mQwertyKeyboard != null) {
105 mQwertyKeyboard = new LatinKeyboard(this, R.xml.qwerty);
120 setLatinKeyboard(mQwertyKeyboard);
185 mCurKeyboard = mQwertyKeyboard;
225 mCurKeyboard = mQwertyKeyboard;
251 mCurKeyboard = mQwertyKeyboard;
456 && mInputView != null && mQwertyKeyboard == mInputView.getKeyboard()) {
531 setLatinKeyboard(mQwertyKeyboard);
604 if (mQwertyKeyboard == currentKeyboard)
    [all...]

Completed in 321 milliseconds