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.java1655 EditorInfo tba = new EditorInfo(); in startInputInner() local
1659 tba.packageName = view.getContext().getOpPackageName(); in startInputInner()
1660 tba.fieldId = view.getId(); in startInputInner()
1661 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()
1662 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()
1683 mCurrentTextBoxAttribute = tba; in startInputInner()
1684 maybeCallServedViewChangedLocked(tba); in startInputInner()
1693 mCursorSelStart = tba.initialSelStart; in startInputInner()
1694 mCursorSelEnd = tba.initialSelEnd; in startInputInner()
1718 + ic + " tba=" + tba + " startInputFlags=" in startInputInner()
[all …]