Exemplo n.º 1
0
 public void onClick(View view)
 {
     SongItem songitem = new SongItem(id, tt, tm, f, position, source, thumb);
     MixerBoxUtils.createPopupMenu(ctx, view, songitem, "", k);
     view = new HashMap();
     view.put("id", id);
     view.put("playlist", "");
     FlurryAgent.logEvent("action:music_edit", view);
 }
Exemplo n.º 2
0
 public void onClick(View view)
 {
     view = new SongItem(id, tt, tm, f, position, source, thumb);
     MixerBoxUtils.performSongAction(ctx, 1, view, "", k);
 }