Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DFastBitmapDrawable.java119 public int getIconColor() { in getIconColor() method in FastBitmapDrawable
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java432 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()
953 @NonNull IconColor getIconColor(String packageName, int configHash, int iconResId, in getIconColor() method in SplashscreenContentDrawer.ColorCache
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java366 mDotParams.color = IconPalette.getMutedColor(iconDrawable.getIconColor(), 0.54f); in applyIconAndLabel()