Home | History | Annotate | Download | only in launcher3

Lines Matching defs:favorite

1419         BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
1420 favorite.applyFromShortcutInfo(info, mIconCache, true);
1421 favorite.setOnClickListener(this);
1422 favorite.setOnFocusChangeListener(mFocusHandler);
1423 return favorite;