Home
last modified time | relevance | path

Searched defs: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()
281 public final ThemeData themeData; field in ClockDrawableWrapper.ClockBitmapInfo
285 Bitmap background, ThemeData themeData) { in ClockBitmapInfo()
290 Bitmap background, ThemeData themeData, ColorFilter bgFilter) { in ClockBitmapInfo()
H A DThemedIconDrawable.java137 public ThemedBitmapInfo(Bitmap icon, int color, ThemeData themeData, in ThemedBitmapInfo()
199 ThemeData themeData = new ThemeData(context.getResources(), resId); in decode() local
253 public ThemedAdaptiveIcon(AdaptiveIconDrawable parent, ThemeData themeData) { in ThemedAdaptiveIcon()