Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java1292 mEditor.mInputContentType.imeOptions = a.getInt(attr,
1293 mEditor.mInputContentType.imeOptions);
1299 mEditor.mInputContentType.imeActionLabel = a.getText(attr);
1305 mEditor.mInputContentType.imeActionId = a.getInt(attr,
1306 mEditor.mInputContentType.imeActionId);
6878 mEditor.mInputContentType.imeOptions = imeOptions; in setImeOptions()
6937 return mEditor != null && mEditor.mInputContentType != null in getImeOptions()
6938 ? mEditor.mInputContentType.imeOptions : EditorInfo.IME_NULL; in getImeOptions()
6954 mEditor.mInputContentType.imeActionLabel = label; in setImeActionLabel()
6955 mEditor.mInputContentType.imeActionId = actionId; in setImeActionLabel()
[all …]
DEditor.java241 InputContentType mInputContentType; field in Editor
701 if (mInputContentType == null) { in createInputContentTypeIfNeeded()
702 mInputContentType = new InputContentType(); in createInputContentTypeIfNeeded()
1422 if (mInputContentType != null) { in onWindowFocusChanged()
1423 mInputContentType.enterDown = false; in onWindowFocusChanged()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81730 Landroid/widget/Editor;->mInputContentType:Landroid/widget/Editor$InputContentType;