Searched refs:color0 (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
H A D | LedConfiguration.java | 29 int color0 = source.readInt(); 33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]); 44 public final int color0; field in LedConfiguration 49 public LedConfiguration(int color0, int color1, boolean pulse) { in LedConfiguration() argument 50 this.color0 = color0; in LedConfiguration() 56 this.color0 = that.color0; in LedConfiguration() 76 return (this.color0 == that.color0 && this.color1 == that.color1) in areColorsEqual() 77 || (this.color0 == that.color1 && this.color1 == that.color0); in areColorsEqual() 86 return String.format("#%06x-#%06x%s%s", color0 & 0x00ffffff, color1 & 0x00ffffff, in getNameString() 97 parcel.writeInt(color0); in writeToParcel()
|
/aosp12/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()
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | Renderers.cpp | 96 const float* color0 = genColor(); in drawGradient() local 113 glUniform4fv(mColor0UniformLoc, 1, color0); in drawGradient()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |