Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java458 EditorInfo ei = getCurrentInputEditorInfo(); in updateShiftKeyState() local
459 if (ei != null && ei.inputType != InputType.TYPE_NULL) { in updateShiftKeyState()