Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java114 private static ClockDrawableWrapper fromThemeData(Context context, ThemeData themeData) { in fromThemeData() argument
116 TypedArray ta = themeData.mResources.obtainTypedArray(themeData.mResID); in fromThemeData()
130 Drawable fg = themeData.mResources.getDrawable(resId).mutate(); in fromThemeData()
281 public final ThemeData themeData; field in ClockDrawableWrapper.ClockBitmapInfo
285 Bitmap background, ThemeData themeData) { in ClockBitmapInfo() argument
286 this(icon, color, scale, animInfo, background, themeData, null); in ClockBitmapInfo()
290 Bitmap background, ThemeData themeData, ColorFilter bgFilter) { in ClockBitmapInfo() argument
296 this.themeData = themeData; in ClockBitmapInfo()
302 if (themeData != null) { in newThemedIcon()
303 ClockDrawableWrapper wrapper = fromThemeData(context, themeData); in newThemedIcon()
[all …]
H A DThemedIconDrawable.java137 public ThemedBitmapInfo(Bitmap icon, int color, ThemeData themeData, in ThemedBitmapInfo() argument
140 mThemeData = themeData; in ThemedBitmapInfo()
199 ThemeData themeData = new ThemeData(context.getResources(), resId); in decode() local
201 return new ThemedBitmapInfo(icon, color, themeData, normalizationScale, in decode()
253 public ThemedAdaptiveIcon(AdaptiveIconDrawable parent, ThemeData themeData) { in ThemedAdaptiveIcon() argument
255 mThemeData = themeData; in ThemedAdaptiveIcon()