Searched defs:color0 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DLedConfiguration.java29 int color0 = source.readInt();
33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]);
44 public final int color0; field in class:LedConfiguration
49 public LedConfiguration(int color0, int color1, boolean pulse) { argument
50 this.color0 = color0;
56 this.color0 = that.color0;
76 return (this.color0 == that.color0
[all...]

Completed in 89 milliseconds