Home
last modified time | relevance | path

Searched refs:applyFromItemInfoWithIcon (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListHeader.java157 public void applyFromItemInfoWithIcon(WidgetsListHeaderEntry entry) { in applyFromItemInfoWithIcon() method in WidgetsListHeader
239 public void applyFromItemInfoWithIcon(WidgetsListSearchHeaderEntry entry) { in applyFromItemInfoWithIcon() method in WidgetsListHeader
DWidgetsListHeaderViewHolderBinder.java58 widgetsListHeader.applyFromItemInfoWithIcon(data); in bindViewHolder()
DWidgetsListSearchHeaderViewHolderBinder.java59 widgetsListHeader.applyFromItemInfoWithIcon(data); in bindViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java302 public void applyFromItemInfoWithIcon(ItemInfoWithIcon info) { in applyFromItemInfoWithIcon() method in BubbleTextView
770 applyFromItemInfoWithIcon((PackageItemInfo) info); in reapplyItemInfo()