Searched refs:tba (Results 1 – 1 of 1) sorted by relevance
1178 EditorInfo tba = new EditorInfo(); in startInputInner() local1179 tba.packageName = view.getContext().getPackageName(); in startInputInner()1180 tba.fieldId = view.getId(); in startInputInner()1181 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner()1182 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner()1202 mCurrentTextBoxAttribute = tba; in startInputInner()1209 mCursorSelStart = tba.initialSelStart; in startInputInner()1210 mCursorSelEnd = tba.initialSelEnd; in startInputInner()1226 + ic + " tba=" + tba + " controlFlags=#" in startInputInner()1232 tba, servedContext); in startInputInner()[all …]