Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java7007 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 …]
H A DEditor.java276 InputContentType mInputContentType; field in Editor
904 if (mInputContentType == null) { in createInputContentTypeIfNeeded()
905 mInputContentType = new InputContentType(); in createInputContentTypeIfNeeded()
1655 if (mInputContentType != null) { in onWindowFocusChanged()
1656 mInputContentType.enterDown = false; in onWindowFocusChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70624 Landroid/widget/Editor;->mInputContentType:Landroid/widget/Editor$InputContentType;