Home
last modified time | relevance | path

Searched refs:currentKeyboard (Results 1 – 1 of 1) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java643 Keyboard currentKeyboard = mInputView.getKeyboard(); in handleShift() local
644 if (mQwertyKeyboard == currentKeyboard) { in handleShift()
648 } else if (currentKeyboard == mSymbolsKeyboard) { in handleShift()
652 } else if (currentKeyboard == mSymbolsShiftedKeyboard) { in handleShift()