Searched refs:newEditorInfo (Results 1 – 1 of 1) sorted by relevance
1270 final EditorInfo newEditorInfo = new EditorInfo(); in createCopyInternal() local1271 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 …]