Home | History | Annotate | Download | only in launcher2

Lines Matching defs:favorite

799         BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
800 favorite.applyFromShortcutInfo(info, mIconCache);
801 favorite.setOnClickListener(this);
802 return favorite;