Searched refs:tba (Results 1 – 1 of 1) sorted by relevance
1654 EditorInfo tba = new EditorInfo(); in startInputInner() local1658 tba.packageName = view.getContext().getOpPackageName(); in startInputInner()1659 tba.fieldId = view.getId(); in startInputInner()1660 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()1661 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()1682 mCurrentTextBoxAttribute = tba; in startInputInner()1683 maybeCallServedViewChangedLocked(tba); in startInputInner()1692 mCursorSelStart = tba.initialSelStart; in startInputInner()1693 mCursorSelEnd = tba.initialSelEnd; in startInputInner()1717 + ic + " tba=" + tba + " startInputFlags=" in startInputInner()[all …]