Searched refs:color0 (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | SweepGradient.java | 115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() argument 116 this(cx, cy, Color.pack(color0), Color.pack(color1)); in SweepGradient() 130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() argument 131 this(cx, cy, new long[] {color0, color1}, null); in SweepGradient()
|
H A D | LinearGradient.java | 130 @ColorInt int color0, @ColorInt int color1, in LinearGradient() argument 132 this(x0, y0, x1, y1, Color.pack(color0), Color.pack(color1), tile); in LinearGradient() 150 @ColorLong long color0, @ColorLong long color1, in LinearGradient() argument 152 this(x0, y0, x1, y1, new long[] {color0, color1}, null, tile); in LinearGradient()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |