Searched refs:toArgb (Results 1 – 14 of 14) sorted by relevance
287 dest.writeInt(color.toArgb()); in writeToParcel()456 colors.append(Integer.toHexString(mMainColors.get(i).toArgb())).append(" "); in toString()
73 mColors = Arrays.stream(colors).mapToInt(Color::toArgb).toArray(); in Gradient_Delegate()
336 nativeErase(nativeBitmap, Color.toArgb(color)); in nativeErase()
164 nDrawColor(nativeCanvas, Color.toArgb(color), mode); in nDrawColor()
386 delegate.mColor = Color.toArgb(color); in nSetColor()
468 public int toArgb() { in toArgb() method in Color839 public static int toArgb(@ColorLong long color) { in toArgb() method in Color
1023 return Color.toArgb(mColor); in getColor()1549 return Color.toArgb(mShadowLayerColor); in getShadowLayerColor()
285 return mState.mOvalBackgroundColor.toArgb(); in getDrawableBackgroundColor()
169 alpha).toArgb(); in calculateSendingTextColor()
128 int colorValue = bestColor.toArgb(); in runTonalExtraction()
2945 out.attribute(null, "colorValue"+i, Integer.toString(wc.toArgb())); in writeWallpaperAttributes()
5592 HSPLandroid/graphics/Color;->toArgb()I5593 HSPLandroid/graphics/Color;->toArgb(J)I
13965 method @ColorInt public int toArgb();13966 method @ColorInt public static int toArgb(@ColorLong long);