Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java7842 mEditor.mInputContentType.imeOptions = imeOptions; in setImeOptions()
7918 mEditor.mInputContentType.imeActionLabel = label; in setImeActionLabel()
7919 mEditor.mInputContentType.imeActionId = actionId; in setImeActionLabel()
8054 mEditor.mInputContentType.privateImeOptions = type; in setPrivateImeOptions()
8084 mEditor.mInputContentType.extras = new Bundle(); in setInputExtras()
8101 if (mEditor.mInputContentType == null) { in getInputExtras()
8105 if (mEditor.mInputContentType.extras == null) { in getInputExtras()
8109 return mEditor.mInputContentType.extras; in getInputExtras()
8145 if (mEditor.mInputContentType == null) { in getImeHintLocales()
8148 return mEditor.mInputContentType.imeHintLocales; in getImeHintLocales()
[all …]
H A DEditor.java298 InputContentType mInputContentType; field in Editor
964 if (mInputContentType == null) { in createInputContentTypeIfNeeded()
965 mInputContentType = new InputContentType(); in createInputContentTypeIfNeeded()
1734 if (mInputContentType != null) { in onWindowFocusChanged()
1735 mInputContentType.enterDown = false; in onWindowFocusChanged()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67301 Landroid/widget/Editor;->mInputContentType:Landroid/widget/Editor$InputContentType;