Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 9 of 9) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java178 SpannableString line1 = new SpannableString("Alice: hey there!"); in onCreate() local
179 line1.setSpan(bold, 0, 5, 0); in onCreate()
191 .addLine(line1) in onCreate()
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java571 TextView line1; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder
642 vh.line1 = (TextView) v.findViewById(R.id.line1); in newGroupView()
656 vh.line1 = (TextView) v.findViewById(R.id.line1); in newChildView()
677 vh.line1.setText(displayartist); in bindGroupView()
707 vh.line1.setText(displayname); in bindChildView()
DMusicPicker.java179 TextView line1; field in MusicPicker.TrackListAdapter.ViewHolder
219 vh.line1 = (TextView) v.findViewById(R.id.line1); in newView()
235 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied); in bindView()
DAlbumBrowserActivity.java511 TextView line1; field in AlbumBrowserActivity.AlbumListAdapter.ViewHolder
579 vh.line1 = (TextView) v.findViewById(R.id.line1); in newView()
600 vh.line1.setText(displayname); in bindView()
DPlaylistBrowserActivity.java385 … intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText()); in onListItemClick()
592 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
DTrackBrowserActivity.java1350 TextView line1;
1456 vh.line1 = (TextView) v.findViewById(R.id.line1);
1472 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied);
DMediaPickerActivity.java261 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
DAudioPreview.java93 mTextLine1 = (TextView) findViewById(R.id.line1); in onCreate()
DQueryBrowserActivity.java377 TextView tv1 = (TextView) view.findViewById(R.id.line1); in bindView()