Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutManager.java163 public Drawable getShortcutIconDrawable(ShortcutInfoCompat shortcutInfo, int density) { in getShortcutIconDrawable() method in DeepShortcutManager
166 Drawable icon = mLauncherApps.getShortcutIconDrawable( in getShortcutIconDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java75 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
DDragView.java338 return sm.getShortcutIconDrawable(si.get(0), in getFullDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherIcons.java344 .getShortcutIconDrawable(shortcutInfo, in createShortcutIcon()