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.java447 private EditorInfo mAppliedEditorInfo; field in LatinIME.UIHandler
502 && KeyboardId.equivalentEditorInfoForKeyboard(editorInfo, mAppliedEditorInfo)) { in onStartInputView()
517 mAppliedEditorInfo = editorInfo; in onStartInputView()
531 mAppliedEditorInfo = null; in onFinishInputView()