Searched refs:mInputContentType (Results 1 – 3 of 3) sorted by relevance
7007 mEditor.mInputContentType.imeOptions = imeOptions; in setImeOptions()7083 mEditor.mInputContentType.imeActionLabel = label; in setImeActionLabel()7084 mEditor.mInputContentType.imeActionId = actionId; in setImeActionLabel()7219 mEditor.mInputContentType.privateImeOptions = type; in setPrivateImeOptions()7249 mEditor.mInputContentType.extras = new Bundle(); in setInputExtras()7266 if (mEditor.mInputContentType == null) { in getInputExtras()7270 if (mEditor.mInputContentType.extras == null) { in getInputExtras()7274 return mEditor.mInputContentType.extras; in getInputExtras()7310 if (mEditor.mInputContentType == null) { in getImeHintLocales()7313 return mEditor.mInputContentType.imeHintLocales; in getImeHintLocales()[all …]
276 InputContentType mInputContentType; field in Editor904 if (mInputContentType == null) { in createInputContentTypeIfNeeded()905 mInputContentType = new InputContentType(); in createInputContentTypeIfNeeded()1655 if (mInputContentType != null) { in onWindowFocusChanged()1656 mInputContentType.enterDown = false; in onWindowFocusChanged()
70624 Landroid/widget/Editor;->mInputContentType:Landroid/widget/Editor$InputContentType;