Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 10 of 10) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java180 SpannableString line2 = new SpannableString("Bob: hi there!"); in onCreate() local
181 line2.setSpan(bold, 0, 3, 0); in onCreate()
192 .addLine(line2) in onCreate()
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java572 TextView line2; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder
643 vh.line2 = (TextView) v.findViewById(R.id.line2); in newGroupView()
657 vh.line2 = (TextView) v.findViewById(R.id.line2); in newChildView()
685 vh.line2.setText(songs_albums); in bindGroupView()
733 vh.line2.setText(builder.toString()); in bindChildView()
DMusicPicker.java180 TextView line2; field in MusicPicker.TrackListAdapter.ViewHolder
220 vh.line2 = (TextView) v.findViewById(R.id.line2); in newView()
265 vh.line2.setText(vh.buffer2, 0, len); in bindView()
DAlbumBrowserActivity.java512 TextView line2; field in AlbumBrowserActivity.AlbumListAdapter.ViewHolder
580 vh.line2 = (TextView) v.findViewById(R.id.line2); in newView()
607 vh.line2.setText(displayname); in bindView()
DTrackBrowserActivity.java1351 TextView line2;
1457 vh.line2 = (TextView) v.findViewById(R.id.line2);
1495 vh.line2.setText(vh.buffer2, 0, len);
DMediaPickerActivity.java265 tv = (TextView) view.findViewById(R.id.line2); in bindView()
DAudioPreview.java94 mTextLine2 = (TextView) findViewById(R.id.line2); in onCreate()
DQueryBrowserActivity.java378 TextView tv2 = (TextView) view.findViewById(R.id.line2); in bindView()
DPlaylistBrowserActivity.java612 view.findViewById(R.id.line2).setVisibility(View.GONE); in bindView()
/packages/apps/Email/src/org/apache/commons/io/
DFileSystemUtils.java330 String line2 = lines.get(1); // the line we're interested in in freeSpaceUnix() local
333 StringTokenizer tok = new StringTokenizer(line2, " "); in freeSpaceUnix()