Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java378 TextView tv2 = (TextView) view.findViewById(R.id.line2); in bindView() local
413 tv2.setText(songs_albums); in bindView()
431 tv2.setText(displayname); in bindView()
451 tv2.setText(displayname + " - " + name); in bindView()
/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java161 TextView tv2 = (TextView) view.findViewById(android.R.id.text2); in bindView() local
167 tv2.setVisibility(View.GONE); in bindView()
170 tv2.setVisibility(View.VISIBLE); in bindView()
171 tv2.setText(item.url); in bindView()