Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsListHeaderViewHolderBinder.java57 widgetsListHeader.applyFromItemInfoWithIcon(data); in bindViewHolder()
H A DWidgetsListSearchHeaderViewHolderBinder.java58 widgetsListHeader.applyFromItemInfoWithIcon(data); in bindViewHolder()
H A DWidgetsListHeader.java162 public void applyFromItemInfoWithIcon(WidgetsListHeaderEntry entry) { in applyFromItemInfoWithIcon() method in WidgetsListHeader
244 public void applyFromItemInfoWithIcon(WidgetsListSearchHeaderEntry entry) { in applyFromItemInfoWithIcon() method in WidgetsListHeader
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java338 public void applyFromItemInfoWithIcon(ItemInfoWithIcon info) { in applyFromItemInfoWithIcon() method in BubbleTextView
893 applyFromItemInfoWithIcon((PackageItemInfo) info); in reapplyItemInfo()
895 applyFromItemInfoWithIcon((SearchActionItemInfo) info); in reapplyItemInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsGridAdapter.java399 icon.applyFromItemInfoWithIcon(adapterItem.itemInfo); in onBindViewHolder()