Searched defs:color1 (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | ColorExpression.java | 78 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/ |
D | SweepGradient.java | 115 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()
|
D | LinearGradient.java | 130 @ColorInt int color0, @ColorInt int color1, in LinearGradient() 150 @ColorLong long color0, @ColorLong long color1, in LinearGradient()
|
/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 97 const float* color1 = genColor(); in drawGradient() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteComposeBuffer.java | 908 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/ |
D | MultiProducerActivity.java | 282 public ColorPulse(int color1, int color2, Rect rect) { in ColorPulse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | InvocationLightsView.java | 181 public void setColors(@ColorInt int color1, @ColorInt int color2, in setColors()
|
/frameworks/base/core/java/com/android/internal/graphics/ |
D | ColorUtils.java | 619 public static int blendARGB(@ColorInt int color1, @ColorInt int color2, in blendARGB()
|