Home
last modified time | relevance | path

Searched refs:fetchIcon (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java517 public static IconLoadResult fetchIcon(Launcher l, View v, ItemInfo info, boolean isOpening) { in fetchIcon() method in FloatingIconView
573 view.mIconLoadResult = fetchIcon(launcher, originalView, in getFloatingIconView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DItemClickHandler.java335 FloatingIconView.fetchIcon(launcher, v, item, true /* isOpening */); in startAppShortcutOrInfoActivity()