HomeSort by relevance Sort by last modified time
    Searched refs:artist (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/legacy/src/views/
SkViewPriv.h 30 SkView::Artist* fArtist;
32 Artist_SkTagList(SkView::Artist* artist)
33 : SkTagList(kViewArtist_SkTagList), fArtist(artist)
35 SkASSERT(artist);
36 artist->ref();
SkView.cpp 465 Artist* artist = this->getArtist(); local
467 if (artist) {
468 artist->draw(this, canvas);
  /external/skia/src/views/
SkViewPriv.h 30 SkView::Artist* fArtist;
32 Artist_SkTagList(SkView::Artist* artist)
33 : SkTagList(kViewArtist_SkTagList), fArtist(artist)
35 SkASSERT(artist);
36 artist->ref();
SkView.cpp 11 SK_DEFINE_INST_COUNT(SkView::Artist)
485 Artist* artist = this->getArtist(); local
487 if (artist) {
488 artist->draw(this, canvas);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicRetriever.java 79 int artistColumn = cur.getColumnIndex(MediaStore.Audio.Media.ARTIST);
114 String artist; field in class:MusicRetriever.Item
119 public Item(long id, String artist, String title, String album, long duration) {
121 this.artist = artist;
132 return artist;
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 87 M4OSA_Char *artist; /**< person who created the image */ member in struct:__anon18905
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 85 String artist = c.getString(c.getColumnIndexOrThrow("artist")); local
86 if (!TextUtils.isEmpty(artist)) {
87 mExtras.put("artist", artist);
  /external/libmtp/examples/
sendtr.c 58 fprintf(stderr, "-t <title> -a <artist> -A <Album artist> -w <writer or composer>\n");
102 album->artist != NULL &&
104 !strcmp(album->artist, albuminfo->artist)) ||
167 char artist[80], albumartist[80], title[80], genre[80], album[80], composer[80]; local
214 palbumartist = prompt("Album artist", albumartist, 80, 0);
217 partist = prompt("Artist", artist, 80, 0);
279 printf("Album artist: %s\n", palbumartist)
    [all...]
tracks.c 31 if (track->artist != NULL)
32 printf(" Artist: %s\n", track->artist);
albums.c 31 printf(" Artist: %s\n", album->artist);
getplaylist.c 37 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
playlists.c 40 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 168 // with one album artist for the album, and a separate artist for each song.
176 String artist = getRandomName(); local
179 "http://bogus/" + albumName + "/" + artist + "_" + i);
184 map.put(Audio.Media.ARTIST, artist);
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 71 views.setTextViewText(R.id.artist, res.getText(R.string.widget_initial_text));
142 views.setTextViewText(R.id.artist, errorState);
148 views.setTextViewText(R.id.artist, artistName);
QueryBrowserActivity.java 119 // This is an artist, show the albums for that artist
122 i.putExtra("artist", uri.getLastPathSegment());
132 String artist = intent.getStringExtra(MediaStore.EXTRA_MEDIA_ARTIST); local
141 if (artist != null) {
142 mFilterString = mFilterString + " " + artist;
146 if (artist != null) {
147 mFilterString = artist;
285 if ("artist".equals(selectedType)) {
289 intent.putExtra("artist", Long.valueOf(id).toString())
    [all...]
MediaPlaybackActivity.java 268 String artist; local
274 artist = mService.getArtistName();
286 MediaStore.UNKNOWN_STRING.equals(artist) &&
312 (artist != null) && !MediaStore.UNKNOWN_STRING.equals(artist);
318 title = artist;
319 query = artist;
324 query = artist + " " + album;
338 query = artist + " " + song;
353 i.putExtra(MediaStore.EXTRA_MEDIA_ARTIST, artist);
    [all...]
ArtistAlbumBrowserActivity.java 274 // unknown album, so we should include the artist ID to limit the songs to songs only by that artist
277 intent.putExtra("artist", mCurrentArtistId);
335 Log.d("Artist/Album", "no group");
341 mCurrentArtistName = mArtistCursor.getString(mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST));
356 Log.d("Artist/Album", "no child");
367 mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST));
387 // play everything by the selected artist
527 MediaStore.Audio.Artists.ARTIST,
614 mGroupArtistIdx = cursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST);
671 String artist = cursor.getString(mGroupArtistIdx); local
    [all...]
AudioPreview.java 136 int artistIdx = cursor.getColumnIndex(MediaStore.Audio.Media.ARTIST);
148 String artist = cursor.getString(artistIdx);
149 mTextLine2.setText(artist);
171 // try to get title and artist from the media content provider
173 MediaStore.Audio.Media.TITLE, MediaStore.Audio.Media.ARTIST},
187 MediaStore.Audio.Media.TITLE, MediaStore.Audio.Media.ARTIST},
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardTransportControlView.java 246 private String artist; field in class:KeyguardTransportControlView.Metadata
252 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle + " albumTitle=" + albumTitle + "]";
262 mMetadata.artist = getMdString(data, MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST);
281 if (!TextUtils.isEmpty(mMetadata.artist)) {
285 sb.append(mMetadata.artist);
  /frameworks/base/core/java/com/android/internal/widget/
TransportControlView.java 254 private String artist; field in class:TransportControlView.Metadata
260 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle + " albumTitle=" + albumTitle + "]";
270 mMetadata.artist = getMdString(data, MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST);
289 if (!TextUtils.isEmpty(mMetadata.artist)) {
293 sb.append(mMetadata.artist);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 318 private String artist; field in class:Avrcp.Metadata
323 artist = null;
329 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle + " albumTitle=" +
344 mMetadata.artist = getMdString(data, MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST);
456 attrStr = mMetadata.artist;
  /external/libmtp/src/
libmtp.c 156 char const * const artist,
168 char const * const artist,
512 register_property("Artist", LIBMTP_PROPERTY_Artist, PTP_OPC_Artist);
550 register_property("Album Artist", LIBMTP_PROPERTY_AlbumArtist, PTP_OPC_AlbumArtist);
    [all...]
libmtp.h 630 char *artist; /**< Name of recording artist */ member in struct:LIBMTP_track_struct
672 char *artist; /**< Name of album artist */ member in struct:LIBMTP_album_struct
    [all...]
  /external/skia/include/views/
SkView.h 253 /** \class Artist
259 class Artist : public SkRefCnt {
261 SK_DECLARE_INST_COUNT(Artist)
271 /** Return the artist attached to this view (or null). The artist's reference
274 Artist* getArtist() const;
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned
    [all...]
  /external/skia/legacy/include/views/
SkView.h 243 /** \class Artist
249 class Artist : public SkRefCnt {
257 /** Return the artist attached to this view (or null). The artist's reference
260 Artist* getArtist() const;
261 /** Attach the specified artist (or null) to the view, replacing any existing
262 artist. If the new artist is not null, its reference count is incremented.
263 The artist parameter is returned.
265 Artist* setArtist(Artist* artist)
    [all...]

Completed in 717 milliseconds

1 2