Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java1270 final EditorInfo newEditorInfo = new EditorInfo(); in createCopyInternal() local
1271 newEditorInfo.inputType = inputType; in createCopyInternal()
1272 newEditorInfo.imeOptions = imeOptions; in createCopyInternal()
1273 newEditorInfo.privateImeOptions = privateImeOptions; in createCopyInternal()
1274 newEditorInfo.internalImeOptions = internalImeOptions; in createCopyInternal()
1275 newEditorInfo.actionLabel = TextUtils.stringOrSpannedString(actionLabel); in createCopyInternal()
1276 newEditorInfo.actionId = actionId; in createCopyInternal()
1277 newEditorInfo.initialSelStart = initialSelStart; in createCopyInternal()
1278 newEditorInfo.initialSelEnd = initialSelEnd; in createCopyInternal()
1279 newEditorInfo.initialCapsMode = initialCapsMode; in createCopyInternal()
[all …]