Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java1227 newEditorInfo.inputType = inputType; in createCopyInternal()
1228 newEditorInfo.imeOptions = imeOptions; in createCopyInternal()
1232 newEditorInfo.actionId = actionId; in createCopyInternal()
1233 newEditorInfo.initialSelStart = initialSelStart; in createCopyInternal()
1234 newEditorInfo.initialSelEnd = initialSelEnd; in createCopyInternal()
1239 newEditorInfo.packageName = packageName; in createCopyInternal()
1240 newEditorInfo.autofillId = autofillId; in createCopyInternal()
1241 newEditorInfo.fieldId = fieldId; in createCopyInternal()
1242 newEditorInfo.fieldName = fieldName; in createCopyInternal()
1245 newEditorInfo.hintLocales = hintLocales; in createCopyInternal()
[all …]