Searched refs:tba (Results 1 – 1 of 1) sorted by relevance
1231 EditorInfo tba = new EditorInfo(); in startInputInner() local1235 tba.packageName = view.getContext().getOpPackageName(); in startInputInner()1236 tba.fieldId = view.getId(); in startInputInner()1237 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()1238 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()1259 mCurrentTextBoxAttribute = tba; in startInputInner()1268 mCursorSelStart = tba.initialSelStart; in startInputInner()1269 mCursorSelEnd = tba.initialSelEnd; in startInputInner()1293 + ic + " tba=" + tba + " controlFlags=#" in startInputInner()1297 windowFlags, tba, servedContext, missingMethodFlags); in startInputInner()