Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DThemedIconDrawable.java226 public Drawable wrapDrawable(Drawable original, int iconType) { in wrapDrawable() method in ThemedIconDrawable.ThemeData
H A DIconProvider.java166 return td != null ? td.wrapDrawable(icon, iconType) : icon; in getIconWithOverrides()