Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java448 private EditorInfo mAppliedEditorInfo; field in LatinIME.UIHandler
503 && KeyboardId.equivalentEditorInfoForKeyboard(editorInfo, mAppliedEditorInfo)) { in onStartInputView()
518 mAppliedEditorInfo = editorInfo; in onStartInputView()
532 mAppliedEditorInfo = null; in onFinishInputView()