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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 593 Keyboard currentKeyboard = mInputView.getKeyboard();
594 if (mQwertyKeyboard == currentKeyboard) {
598 } else if (currentKeyboard == mSymbolsKeyboard) {
602 } else if (currentKeyboard == mSymbolsShiftedKeyboard) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 82 milliseconds