Home | History | Annotate | Download | only in launcher2

Lines Matching defs:favorite

1060         BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
1061 favorite.applyFromShortcutInfo(info, mIconCache);
1062 favorite.setOnClickListener(this);
1063 return favorite;