Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DColorExpression.java78 public ColorExpression(int id, int mode, int color1, int color2, float tween) { in ColorExpression()
215 int color1, int color2, float tween) { in apply()
229 int color1 = buffer.readInt(); in read() local
/frameworks/base/graphics/java/android/graphics/
DSweepGradient.java115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient()
130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient()
DLinearGradient.java130 @ColorInt int color0, @ColorInt int color1, in LinearGradient()
150 @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/
DRemoteComposeBuffer.java908 public short addColorExpression(int color1, int color2, float tween) { in addColorExpression()
924 public short addColorExpression(short color1, int color2, float tween) { in addColorExpression()
940 public short addColorExpression(int color1, short color2, float tween) { in addColorExpression()
956 public short addColorExpression(short color1, short color2, float tween) { in addColorExpression()
/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/graphics/
DColorUtils.java619 public static int blendARGB(@ColorInt int color1, @ColorInt int color2, in blendARGB()