Home
last modified time | relevance | path

Searched refs:tv1 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java377 TextView tv1 = (TextView) view.findViewById(R.id.line1); in bindView() local
405 tv1.setText(displayname); in bindView()
423 tv1.setText(displayname); in bindView()
439 tv1.setText(name); in bindView()
/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java160 TextView tv1 = (TextView) view.findViewById(android.R.id.text1); in bindView() local
165 tv1.setText(Html.fromHtml(item.title)); in bindView()
168 tv1.setMaxLines(2); in bindView()
172 tv1.setMaxLines(1); in bindView()