Searched refs:tba (Results 1 – 1 of 1) sorted by relevance
1171 EditorInfo tba = new EditorInfo(); in startInputInner() local1175 tba.packageName = view.getContext().getOpPackageName(); in startInputInner()1176 tba.fieldId = view.getId(); in startInputInner()1177 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()1178 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()1198 mCurrentTextBoxAttribute = tba; in startInputInner()1205 mCursorSelStart = tba.initialSelStart; in startInputInner()1206 mCursorSelEnd = tba.initialSelEnd; in startInputInner()1222 + ic + " tba=" + tba + " controlFlags=#" in startInputInner()1228 tba, servedContext); in startInputInner()[all …]