Searched refs:mEditorInfo (Results 1 – 1 of 1) sorted by relevance
733 final EditorInfo mEditorInfo; field in InputMethodManagerService.StartInputInfo755 mEditorInfo = editorInfo; in StartInputInfo()826 EditorInfo mEditorInfo; field in InputMethodManagerService.StartInputHistory.Entry852 mEditorInfo = original.mEditorInfo; in set()898 + " [" + entry.mEditorInfo.packageName + "]" in dump()908 pw.println(" inputType=0x" + Integer.toHexString(entry.mEditorInfo.inputType) in dump()909 + " imeOptions=0x" + Integer.toHexString(entry.mEditorInfo.imeOptions) in dump()910 + " fieldId=0x" + Integer.toHexString(entry.mEditorInfo.fieldId) in dump()911 + " fieldName=" + entry.mEditorInfo.fieldName in dump()912 + " actionId=" + entry.mEditorInfo.actionId in dump()[all …]