Searched refs:adaptiveIcon (Results 1 – 4 of 4) sorted by relevance
111 AdaptiveIconDrawable adaptiveIcon = (AdaptiveIconDrawable) appIcon; in getShapedIcons() local112 icons.add(new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in getShapedIcons()113 adaptiveIcon.getForeground(), path)); in getShapedIcons()
248 AdaptiveIconDrawable adaptiveIcon = (AdaptiveIconDrawable) dr; in setItemInfo()254 adaptiveIcon.setBounds(shrunkBounds); in setItemInfo()255 final Path mask = adaptiveIcon.getIconMask(); in setItemInfo()266 mBgSpringDrawable = adaptiveIcon.getBackground(); in setItemInfo()271 mFgSpringDrawable = adaptiveIcon.getForeground(); in setItemInfo()
351 AdaptiveIconDrawable adaptiveIcon = (AdaptiveIconDrawable) icon; in createPreviewInfo() local352 shapeIcons.add(new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in createPreviewInfo()353 adaptiveIcon.getForeground(), path)); in createPreviewInfo()
459 AdaptiveIconDrawable adaptiveIcon = (AdaptiveIconDrawable) drawable; in setIcon() local460 Drawable background = adaptiveIcon.getBackground(); in setIcon()465 Drawable foreground = adaptiveIcon.getForeground(); in setIcon()