Home
last modified time | relevance | path

Searched defs:color1 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DSweepGradient.java116 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient()
131 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient()
DLinearGradient.java131 @ColorInt int color0, @ColorInt int color1, in LinearGradient()
151 @ColorLong long color0, @ColorLong long color1, in LinearGradient()
/frameworks/native/cmds/flatland/
DRenderers.cpp97 const float* color1 = genColor(); in drawGradient() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DColorExpression.java150 public ColorExpression(int id, int mode, int color1, int color2, float tween) { in ColorExpression()
395 @NonNull WireBuffer buffer, int id, int mode, int color1, int color2, float tween) { in apply()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DMultiProducerActivity.java282 public ColorPulse(int color1, int color2, Rect rect) { in ColorPulse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java181 public void setColors(@ColorInt int color1, @ColorInt int color2, in setColors()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java1660 public short addColorExpression(int color1, int color2, float tween) { in addColorExpression()
1676 public short addColorExpression(short color1, int color2, float tween) { in addColorExpression()
1692 public short addColorExpression(int color1, short color2, float tween) { in addColorExpression()
1709 public short addColorExpression(short color1, short color2, float tween) { in addColorExpression()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java620 public static int blendARGB(@ColorInt int color1, @ColorInt int color2, in blendARGB()