Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java306 latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(), in handleMessage()
651 final EditorInfo editorInfo = getCurrentInputEditorInfo(); in loadSettings()
1296 final EditorInfo ei = getCurrentInputEditorInfo(); in onEvaluateFullscreenMode()
1659 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()