Home
last modified time | relevance | path

Searched refs:createIcon (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DCreateShortcutPreferenceController.java150 maskableIcon = Icon.createWithAdaptiveBitmap(createIcon( in createResultIntent()
174 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon( in createResultIntent()
226 private Bitmap createIcon(ApplicationInfo app, int resource, int layoutRes, int size) { in createIcon() method in CreateShortcutPreferenceController
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java161 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon( in createResultIntent()
229 maskableIcon = Icon.createWithAdaptiveBitmap(createIcon( in createShortcutInfo()
246 private static Bitmap createIcon(Context context, ApplicationInfo app, int resource, in createIcon() method in CreateShortcutPreferenceController
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DIconFactory.java41 public static Bitmap createIcon(Bitmap sourceImage, int iconWidth, int iconHeight, in createIcon() method in IconFactory
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java194 PredictedAppIcon icon = PredictedAppIcon.createIcon(mSampleHotseat, info); in populatePreview()
DHotseatPredictionController.java267 PredictedAppIcon icon = PredictedAppIcon.createIcon(mHotseat, item); in bindItems()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java238 public static PredictedAppIcon createIcon(ViewGroup parent, WorkspaceItemInfo info) { in createIcon() method