Searched refs:getCurrentInputEditorInfo (Results 1 – 6 of 6) sorted by relevance
194 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in setPreferences()292 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in onKey()
493 EditorInfo edit = getCurrentInputEditorInfo(); in onEvent()597 EditorInfo edit = getCurrentInputEditorInfo(); in processKeyEvent()
1214 EditorInfo edit = getCurrentInputEditorInfo(); in processKeyEvent()2384 if (mAutoCaps && (getShiftKeyState(getCurrentInputEditorInfo()) == 1)) { in processSoftKeyboardToggleChar()
268 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()
723 final EditorInfo editorInfo = getCurrentInputEditorInfo(); in handleNonFunctionalEvent()1761 final EditorInfo ei = getCurrentInputEditorInfo(); in getCurrentAutoCapsState()1783 private EditorInfo getCurrentInputEditorInfo() { in getCurrentInputEditorInfo() method in InputLogic1784 return mLatinIME.getCurrentInputEditorInfo(); in getCurrentInputEditorInfo()
1185 int shift = getShiftKeyState(mWnn.getCurrentInputEditorInfo()); in setShiftByEditorInfo()