Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1921 EditorInfo tba = new EditorInfo(); in startInputInner() local
1925 tba.packageName = view.getContext().getOpPackageName(); in startInputInner()
1926 tba.autofillId = view.getAutofillId(); in startInputInner()
1927 tba.fieldId = view.getId(); in startInputInner()
1928 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()
1929 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()
1953 mCurrentTextBoxAttribute = tba; in startInputInner()
1963 mCursorSelStart = tba.initialSelStart; in startInputInner()
1964 mCursorSelEnd = tba.initialSelEnd; in startInputInner()
1988 + ic + " tba=" + tba + " startInputFlags=" in startInputInner()
[all …]