@Override
 public void setTag(Object tag) {
   if (tag != null) {
     LauncherModel.checkItemInfo((ItemInfo) tag);
   }
   super.setTag(tag);
 }
Beispiel #2
0
 ItemInfo(ItemInfo info) {
   copyFrom(info);
   // tempdebug:
   LauncherModel.checkItemInfo(this);
 }