Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DDefaultSoftKeyboardEN.java194 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in setPreferences()
292 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in onKey()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java493 EditorInfo edit = getCurrentInputEditorInfo(); in onEvent()
597 EditorInfo edit = getCurrentInputEditorInfo(); in processKeyEvent()
DOpenWnnJAJP.java1214 EditorInfo edit = getCurrentInputEditorInfo(); in processKeyEvent()
2384 if (mAutoCaps && (getShiftKeyState(getCurrentInputEditorInfo()) == 1)) { in processSoftKeyboardToggleChar()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java268 latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(), in handleMessage()
605 final EditorInfo editorInfo = getCurrentInputEditorInfo(); in loadSettings()
1233 final EditorInfo ei = getCurrentInputEditorInfo(); in onEvaluateFullscreenMode()
1596 mKeyboardSwitcher.loadKeyboard(getCurrentInputEditorInfo(), mSettings.getCurrent(), in loadKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java723 final EditorInfo editorInfo = getCurrentInputEditorInfo(); in handleNonFunctionalEvent()
1761 final EditorInfo ei = getCurrentInputEditorInfo(); in getCurrentAutoCapsState()
1783 private EditorInfo getCurrentInputEditorInfo() { in getCurrentInputEditorInfo() method in InputLogic
1784 return mLatinIME.getCurrentInputEditorInfo(); in getCurrentInputEditorInfo()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java1185 int shift = getShiftKeyState(mWnn.getCurrentInputEditorInfo()); in setShiftByEditorInfo()