Home | History | Annotate | Download | only in launcher2

Lines Matching refs:favorite

818         TextView favorite = (TextView) mInflater.inflate(layoutResId, parent, false);
820 favorite.setCompoundDrawablesWithIntrinsicBounds(null,
823 favorite.setText(info.title);
824 favorite.setTag(info);
825 favorite.setOnClickListener(this);
827 return favorite;