Home
last modified time | relevance | path

Searched refs:getIconColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DThemedIconDrawable.java127 public int getIconColor() { in getIconColor() method in ThemedIconDrawable
DClockDrawableWrapper.java454 public int getIconColor() { in getIconColor() method in ClockDrawableWrapper.ClockIconDrawable
455 return isThemed() ? mThemedFgColor : super.getIconColor(); in getIconColor()
DFastBitmapDrawable.java152 public int getIconColor() { in getIconColor() method in FastBitmapDrawable
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt144 LocalContentColor provides colors.getIconColor(isSelected) in VolumePanelRadioButtonBar()
288 private fun VolumePanelRadioButtonBarColors.getIconColor(selected: Boolean): Color = in getIconColor() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java671 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()
1165 @NonNull IconColor getIconColor(String packageName, int configHash, int iconResId, in getIconColor() method in SplashscreenContentDrawer.ColorCache