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.java632 Keyboard currentKeyboard = mInputView.getKeyboard(); in handleShift() local
633 if (mQwertyKeyboard == currentKeyboard) { in handleShift()
637 } else if (currentKeyboard == mSymbolsKeyboard) { in handleShift()
641 } else if (currentKeyboard == mSymbolsShiftedKeyboard) { in handleShift()