Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java116 private static ClockDrawableWrapper fromThemeData(Context context, ThemeData themeData) { in fromThemeData()
283 public final ThemeData themeData; field in ClockDrawableWrapper.ClockBitmapInfo
287 Bitmap background, ThemeData themeData) { in ClockBitmapInfo()
292 Bitmap background, ThemeData themeData, ColorFilter bgFilter) { in ClockBitmapInfo()
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()