protected void syncComplete() {
   AlbumArtUtils.handleSyncComplete();
   super.syncComplete();
 }
예제 #2
0
파일: TrackFeed.java 프로젝트: vovs/GMusic
 public MusicUrl getUrl(Context paramContext) {
   return MusicUrl.forTracksFeed(AlbumArtUtils.getMaxAlbumArtSize(paramContext));
 }
 protected void handleArtChanged(Long paramLong) {
   AlbumArtUtils.handleAlbumArtChanged(paramLong);
   super.handleArtChanged(paramLong);
 }