Home
last modified time | relevance | path

Searched defs:colorInt (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldBackgroundController.java104 int colorInt = context.getResources().getColor(id); in getRGBColorFromId() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java123 final int colorInt = parcel.readInt(); in WallpaperColors() local
129 final int colorInt = parcel.readInt(); in WallpaperColors() local
242 int colorInt = swatch.getInt(); in fromBitmap() local
DNotification.java10663 @ColorInt Integer colorInt, @ColorRes int defaultColorRes, PendingIntent intent) { in makeAction()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleShader.java189 public void setColor(@ColorInt int colorInt, @ColorInt int sparkleColorInt) { in setColor()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DUtils.java119 public static String colorInt(int color) { in colorInt() method in Utils
/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java135 public Swatch(@ColorInt int colorInt, int population) { in Swatch()
DWSMeansQuantizer.java120 int colorInt = mPointProvider.toInt(cluster); in quantize() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java156 private static String colorInt(int color) { in colorInt() method in PaintBundle
161 private static String colorInt(int[] color) { in colorInt() method in PaintBundle
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java388 int colorInt = getAttributeInt(parser, "allColorsValue" + i, 0); in parseWallpaperAttributes() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1027 int colorInt = atoi(colorString.c_str()); in parseColorDecimalString() local